UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

5 lines (4 loc) 279 B
import type { DataTypeMap } from '../data-type-map.js'; import type { Protocol } from '../protocol/protocol.js'; import type { AnyParseFunction } from '../types.js'; export declare function getParsers(typeMap: DataTypeMap, fields: Protocol.RowDescription[]): AnyParseFunction[];