mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-09 05:55:45 +00:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import "reflect-metadata";
|
|
|
|
export * from "./util/index";
|
|
export * from "./interfaces/index";
|
|
export * from "./entities/index";
|
|
export * from "./dtos/index";
|