Files
start-sdk/compat/mod.ts
2023-01-13 14:23:19 -07:00

5 lines
202 B
TypeScript

export { properties } from "./properties.ts";
export { setConfig } from "./setConfig.ts";
export { getConfig, getConfigAndMatcher } from "./getConfig.ts";
export * as migrations from "./migrations.ts";