Files
start-sdk/lib/compat/mod.ts
2023-03-01 14:16:18 -07:00

5 lines
223 B
TypeScript

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