UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

9 lines (6 loc) 284 B
import { N as Name, V as Value } from '../generalTypes-BlKhVJMl.js'; type Literal = (v: Name) => string; declare function createTransformer(literal: Literal): (statement: string, mapping?: { [key: string]: Name | Value; }) => string; export { type Literal, createTransformer };