Merge pull request #34084 from GaikwadPratik/master

refactor(XMLCreateOptions): corrected variable names related to null nodes…
This commit is contained in:
Sheetal Nandi
2019-03-22 12:08:38 -07:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
// Type definitions for xmlbuilder
// Project: https://github.com/oozcitak/xmlbuilder-js
// Definitions by: Wallymathieu <https://github.com/wallymathieu>
// : GaikwadPratik <https://github.com/GaikwadPratik>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = xmlbuilder;
@@ -107,8 +108,8 @@ declare namespace xmlbuilder {
interface XMLCreateOptions {
headless?: boolean;
skipNullNodes?: boolean;
skipNullAttributes?: boolean;
keepNullNodes?: boolean;
keepNullAttributes?: boolean;
ignoreDecorators?: boolean;
separateArrayItems?: boolean;
noDoubleEncoding?: boolean;