csv.d.ts 88 B

1
  1. export declare function stringToArray(strData: string, delimiter?: string): string[][];