wrangler-action/node_modules/csv-parse/lib/es5/sync.d.ts

6 lines
162 B
TypeScript
Raw Normal View History

2023-08-07 22:11:15 +02:00
import * as csvParse from './index';
export = parse;
declare function parse(input: Buffer | string, options?: csvParse.Options): any;
declare namespace parse {}