UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

4 lines (3 loc) 224 B
import type { FunctionParam } from '../operations/functions'; import type { MigrationOptions } from '../types'; export declare function formatParams(params: ReadonlyArray<FunctionParam>, mOptions: MigrationOptions): string;