intern-Assignment/db_connect/node_modules/postgres-array/index.d.ts

5 lines
131 B
TypeScript
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
export function parse(source: string): string[];
export function parse<T>(source: string, transform: (value: string) => T): T[];