mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Update type variable names to match documentation
This commit is contained in:
2
types/papaparse/index.d.ts
vendored
2
types/papaparse/index.d.ts
vendored
@@ -97,7 +97,7 @@ export interface ParseConfig {
|
||||
quoteChar?: string; // default: '"'
|
||||
header?: boolean; // default: false
|
||||
trimHeaders?: boolean; // default: false
|
||||
dynamicTyping?: boolean | { [key: string]: boolean; [index: number]: boolean;} | ((field: string) => boolean); // default: false
|
||||
dynamicTyping?: boolean | { [headerName: string]: boolean; [columnNumber: number]: boolean;} | ((field: string | number) => boolean); // default: false
|
||||
preview?: number; // default: 0
|
||||
encoding?: string; // default: ""
|
||||
worker?: boolean; // default: false
|
||||
|
||||
Reference in New Issue
Block a user