mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 18:34:06 +08:00
Add new unwindBlank to json2csv (#25043)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
92477a4d52
commit
f929c81119
1
types/json2csv/JSON2CSVBase.d.ts
vendored
1
types/json2csv/JSON2CSVBase.d.ts
vendored
@@ -13,6 +13,7 @@ export declare namespace json2csv {
|
||||
fields?: Array<string | FieldInfo<T>>;
|
||||
ndjson?: boolean;
|
||||
unwind?: string | Array<string>;
|
||||
unwindBlank?: boolean;
|
||||
flatten?: boolean;
|
||||
defaultValue?: string;
|
||||
quote?: string;
|
||||
|
||||
2
types/json2csv/index.d.ts
vendored
2
types/json2csv/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for json2csv 4.0
|
||||
// Type definitions for json2csv 4.1
|
||||
// Project: https://github.com/zemirco/json2csv
|
||||
// Definitions by: Juanjo Diaz <https://github.com/juanjoDiaz>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
Reference in New Issue
Block a user