Files
start-sdk/compat/mod.ts

5 lines
235 B
TypeScript

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