1st version
This commit is contained in:
17
Jira_helper/node_modules/csv-parse/lib/stream.d.ts
generated
vendored
Normal file
17
Jira_helper/node_modules/csv-parse/lib/stream.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { Options } from "./index.js";
|
||||
|
||||
declare function parse(options?: Options): TransformStream;
|
||||
// export default parse;
|
||||
export { parse };
|
||||
|
||||
export {
|
||||
CastingContext,
|
||||
CastingFunction,
|
||||
CastingDateFunction,
|
||||
ColumnOption,
|
||||
Options,
|
||||
OptionsNormalized,
|
||||
Info,
|
||||
CsvErrorCode,
|
||||
CsvError,
|
||||
} from "./index.js";
|
||||
Reference in New Issue
Block a user