Add new unwindBlank to json2csv (#25043)

This commit is contained in:
Juanjo Diaz
2018-04-17 03:56:41 +03:00
committed by Ryan Cavanaugh
parent 92477a4d52
commit f929c81119
2 changed files with 2 additions and 1 deletions

View File

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

View File

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