Files
tenderpilot/node_modules/postgres-array/index.d.ts
2026-02-14 07:43:48 +00:00

5 lines
131 B
TypeScript
Executable File

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