UNPKG

postgrejs

Version:

Professional PostgreSQL client NodeJS

6 lines (5 loc) 183 B
import type { Maybe } from '../types.js'; export declare function parsePostgresArray(s: string, opts?: { transform?: (v: string) => any; separator?: string; }): Maybe<any[]>;