-
-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Description
- Are you running the latest version?
- Have you included sample input, output, error, and expected output?
- Have you checked if you are using correct configuration?
- Did you try online tool?
- Have you checked the docs for helpful APIs and examples?
Description
XMLBuilder.build
has return type of explicit any
Code
const builder = new XMLBuilder({
ignoreAttributes: false,
suppressEmptyNode: true
});
const xml = builder.build(object);
(xml
will be of type any
)
Would you like to work on this issue?
- Yes
- No
Metadata
Metadata
Assignees
Labels
No labels