summary refs log tree commit diff
path: root/cdn/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cdn/src/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cdn/src/index.ts b/cdn/src/index.ts

index 7513bd2f..a24300d6 100644 --- a/cdn/src/index.ts +++ b/cdn/src/index.ts
@@ -1 +1,4 @@ export * from "./Server"; +export * from "./util/FileStorage"; +export * from "./util/Storage"; +export * from "./util/multer";