gohorsejobs/seeder-api/node_modules/postgres-array/index.d.ts
Tiago Yamamoto 1c7ef95c1a first commit
2025-12-09 19:04:48 -03:00

4 lines
131 B
TypeScript

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