5 lines
263 B
TypeScript
5 lines
263 B
TypeScript
import type { MigrationProvider, Migration } from './common';
|
|
import type { Database } from '..';
|
|
export type { MigrationProvider, Migration };
|
|
export declare const createMigrationsProvider: (db: Database) => MigrationProvider;
|
|
//# sourceMappingURL=index.d.ts.map
|