Files
blink/backend/apis/nodejs/node_modules/postgres-array/index.d.ts
2025-03-23 21:00:08 +01:00

5 lines
131 B
TypeScript

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