UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

3 lines (2 loc) 123 B
import type { Value } from '../operations/generalTypes'; export declare function escapeValue(val: Value): string | number;