initial commit.
This commit is contained in:
5
node_modules/csvtojson/v2/lineToJson.d.ts
generated
vendored
Normal file
5
node_modules/csvtojson/v2/lineToJson.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Converter } from "./Converter";
|
||||
export default function (csvRows: string[][], conv: Converter): JSONResult[];
|
||||
export declare type JSONResult = {
|
||||
[key: string]: any;
|
||||
};
|
||||
Reference in New Issue
Block a user