UNPKG

119 BTypeScriptView Raw
1export declare const applyMigrations: (options: {
2 sourceDir: string;
3 manifestFile: string;
4}) => Promise<any>;