migrations

This commit is contained in:
Aiden McClelland
2022-07-18 10:30:49 -06:00
parent 9f512e7fcc
commit 028ade0b59
5 changed files with 328 additions and 257 deletions

9
mod.ts
View File

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