mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[PapaParse] Add new parameters to UnparseConfig (#36718)
This commit is contained in:
parent
aa92d591c9
commit
26275aa0a5
2
types/papaparse/index.d.ts
vendored
2
types/papaparse/index.d.ts
vendored
@ -120,6 +120,8 @@ export interface UnparseConfig {
|
||||
delimiter?: string; // default: ","
|
||||
header?: boolean; // default: true
|
||||
newline?: string; // default: "\r\n"
|
||||
skipEmptyLines?: boolean | 'greedy'; // default: false
|
||||
columns?: string[]; // default: null
|
||||
}
|
||||
|
||||
export interface UnparseObject {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user