1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00
server/cdn/src/index.ts
2021-10-09 01:45:02 +02:00

5 lines
125 B
TypeScript

export * from "./Server";
export * from "./util/FileStorage";
export * from "./util/Storage";
export * from "./util/multer";