feat: Add in the beginnings of the new config builders.

This commit is contained in:
BluJ
2023-02-12 11:49:05 -07:00
parent c388551797
commit a6d0fd6bb1
12 changed files with 1100 additions and 140 deletions

4
config/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export { Config } from "./config.ts";
export { List } from "./list.ts";
export { Pointer } from "./pointer.ts";
export { Value } from "./value.ts";