more utility functions

This commit is contained in:
Aiden McClelland
2022-07-18 15:08:54 -06:00
parent 47cf6de393
commit 3a7e0989b9
8 changed files with 241 additions and 98 deletions

View File

@@ -1,3 +1,4 @@
export { properties } from "./properties.ts";
export { setConfig } from "./setConfig.ts";
export { getConfig } from "./getConfig.ts";
export { getConfig } from "./getConfig.ts";
export * as migrations from "./migrations.ts";