From bc669ea9e1ab83679bd0f7eee602201844adfa28 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 11 Aug 2022 23:11:48 +0200 Subject: Make ConfigValue a directory, move defaults to those classes instead of a separate object --- src/util/config/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/util/config/index.ts (limited to 'src/util/config/index.ts') 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"; -- cgit 1.5.1