summary refs log tree commit diff
path: root/src/api/util/index.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-27 05:18:48 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 10:48:54 +0200
commit7d936efb2f37db42c3e57ee9a915ed4d5ab8e25f (patch)
tree69d68d640c4ac2946b118591f02de9d3c24fb29b /src/api/util/index.ts
parentAdd sqlite migration for plugin settings (diff)
downloadserver-7d936efb2f37db42c3e57ee9a915ed4d5ab8e25f.tar.xz
Cleanup, reformat, fix some todos, git hook
fixup! Cleanup, reformat, fix some todos, git hook
Diffstat (limited to 'src/api/util/index.ts')
-rw-r--r--src/api/util/index.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/api/util/index.ts b/src/api/util/index.ts

index f01c2f43..5180e17c 100644 --- a/src/api/util/index.ts +++ b/src/api/util/index.ts
@@ -1,12 +1,8 @@ +export * from "../../util/util/Base64"; +export * from "../../util/util/ipAddress"; export * from "./entities/AssetCacheItem"; export * from "./handlers/Message"; export * from "./handlers/route"; export * from "./handlers/Voice"; -export * from "./utility/Base64"; -export * from "./utility/captcha"; -export * from "./utility/ipAddress"; -export * from "./utility/passwordStrength"; -export * from "./utility/RandomInviteID"; -export * from "./utility/String"; export * from "./utility/captcha"; export * from "./TestClientPatcher"; \ No newline at end of file