UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

5 lines (4 loc) 197 B
import type { RunMigration } from './migration'; import type { RunnerOption } from './types'; export declare function runner(options: RunnerOption): Promise<RunMigration[]>; export default runner;