WME/aufgabe5/node_modules/csvtojson/v2/getEol.d.ts

3 lines
116 B
TypeScript
Raw Normal View History

2019-01-09 11:25:28 +00:00
import { ParseRuntime } from "./ParseRuntime";
export default function (data: string, param: ParseRuntime): string;