UNPKG

csvtojson

Version:

A tool concentrating on converting csv data to JSON with customised parser supporting

6 lines (5 loc) 294 B
export declare function bufFromString(str: string): Buffer; export declare function emptyBuffer(): Buffer; export declare function filterArray(arr: any[], filter: number[]): any[]; export declare const trimLeft: (str: string) => string; export declare const trimRight: (str: string) => string;