mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-04 08:58:52 +08:00
5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
import { Options } from "csv-parse";
|
|
|
|
declare function parse(input: string, options?: Options): any;
|
|
export = parse;
|