Repository URL to install this package:
Version:
0.1.2 ▾
|
odigos
/
etc
/
odigos-vmagent
/
instrumentations
/
nodejs-ebpf
/
node_modules
/
postgres-array
/
index.d.ts
|
---|
export function parse(source: string): string[];
export function parse<T>(source: string, transform: (value: string) => T): T[];