Files
test-pg/node_modules/postgres-array/index.d.ts
Fergus Molloy c762544c70
Some checks failed
Actions / runner-job (push) Failing after 27s
init
2025-07-28 01:44:37 +01:00

5 lines
131 B
TypeScript

export function parse(source: string): string[];
export function parse<T>(source: string, transform: (value: string) => T): T[];