diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-11 23:11:48 +0200 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-19 16:14:21 +1100 |
commit | fefcb31135faeffbaefb11f3a5069fda511a0581 (patch) | |
tree | ae116af4832ca6951f7cdc7a0b07088067136bc1 /src/util/config/index.ts | |
parent | removed char joiners as they are actually useful, added page break (diff) | |
download | server-fefcb31135faeffbaefb11f3a5069fda511a0581.tar.xz |
Make ConfigValue a directory, move defaults to those classes instead of a separate object
Diffstat (limited to 'src/util/config/index.ts')
-rw-r--r-- | src/util/config/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/config/index.ts b/src/util/config/index.ts new file mode 100644 index 00000000..0a9b58ae --- /dev/null +++ b/src/util/config/index.ts @@ -0,0 +1,2 @@ +export * from "./Config"; +export * from "./types/index"; |