Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
This commit is contained in:
11
node_modules/csv-parse/dist/cjs/sync.d.cts
generated
vendored
Normal file
11
node_modules/csv-parse/dist/cjs/sync.d.cts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
import { Options } from './index.cjs';
|
||||
|
||||
declare function parse(input: Buffer | string, options?: Options): any;
|
||||
// export default parse;
|
||||
export { parse };
|
||||
|
||||
export {
|
||||
CastingContext, CastingFunction, CastingDateFunction,
|
||||
ColumnOption, Options, Info, CsvErrorCode, CsvError
|
||||
} from './index.cjs';
|
||||
Reference in New Issue
Block a user