diff options
Diffstat (limited to 'src/cdn/index.ts')
-rw-r--r-- | src/cdn/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cdn/index.ts b/src/cdn/index.ts new file mode 100644 index 00000000..a24300d6 --- /dev/null +++ b/src/cdn/index.ts @@ -0,0 +1,4 @@ +export * from "./Server"; +export * from "./util/FileStorage"; +export * from "./util/Storage"; +export * from "./util/multer"; |