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

5
mod.ts Normal file
View File

@@ -0,0 +1,5 @@
export { matches, YAML } from './dependencies.ts'
export * as types from './types.ts'
export { exists } from './exists.ts'
export * as compat from './compat/mod.ts'