mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-02-02 10:24:46 +01:00
6 lines
No EOL
162 B
TypeScript
6 lines
No EOL
162 B
TypeScript
import * as csvParse from './index';
|
|
|
|
export = parse;
|
|
|
|
declare function parse(input: Buffer | string, options?: csvParse.Options): any;
|
|
declare namespace parse {} |