-
-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Description
The output of the following is "number", when according to the documentation it should return a string.
import { XMLParser } from "fast-xml-parser";
const parser = new XMLParser({
stopNodes: ["*.a"]
});
const text = `<a>6</a>`;
console.log(typeof parser.parse(text).a);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels