UNPKG

csvtojson

Version:

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

3 lines (2 loc) 116 B
import { ParseRuntime } from "./ParseRuntime"; export default function (data: string, param: ParseRuntime): string;