UNPKG

181 BTypeScriptView Raw
1import { Converter } from "./Converter";
2export default function (csvRows: string[][], conv: Converter): JSONResult[];
3export declare type JSONResult = {
4 [key: string]: any;
5};