mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 09:10:09 +00:00
Merge pull request #34084 from GaikwadPratik/master
refactor(XMLCreateOptions): corrected variable names related to null nodes…
This commit is contained in:
5
types/xmlbuilder/index.d.ts
vendored
5
types/xmlbuilder/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user