Files
uno-click/bff/node_modules/postgres-array/index.d.ts
T
2026-05-13 14:20:41 +00:00

5 lines
131 B
TypeScript

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