@emigrate/cli
Version:
Emigrate is a tool for managing database migrations. It is designed to be simple yet support advanced setups, modular and extensible.
6 lines • 309 B
TypeScript
import { type Config } from './types.js';
declare const commands: readonly ["up", "list", "new", "remove"];
type Command = (typeof commands)[number];
export declare const getConfig: (command: Command, forceImportTypeScriptAsIs?: boolean) => Promise<Config>;
export {};
//# sourceMappingURL=get-config.d.ts.map