mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-25 20:32:08 +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";
|