chore: Expose the sub

This commit is contained in:
J M
2023-01-13 14:23:19 -07:00
committed by GitHub
parent b2006f348d
commit 4ec3174f01

View File

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