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

2
dependencies.ts Normal file
View File

@@ -0,0 +1,2 @@
export * as matches from "https://deno.land/x/ts_matches@v5.1.8/mod.ts";
export * as YAML from "https://deno.land/std@0.140.0/encoding/yaml.ts";