backend/lib/node/node_modules/postgres-array/index.d.ts
2024-10-26 17:26:06 +02:00

4 lines
131 B
TypeScript

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