[PapaParse] Add new parameters to UnparseConfig (#36718)

This commit is contained in:
ChrisBates 2019-07-17 06:58:29 +09:30 committed by Andrew Branch
parent aa92d591c9
commit 26275aa0a5

View File

@ -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 {