feat: Initial of the sdk

This commit is contained in:
J M
2022-06-29 11:20:34 -06:00
parent ce93434ab2
commit 2f9805d20a
8 changed files with 497 additions and 0 deletions

3
compat/mod.ts Normal file
View File

@@ -0,0 +1,3 @@
export { properties } from "./properties.ts";
export { setConfig } from "./setConfig.ts";
export { getConfig } from "./getConfig.ts";