@omnigraph/soap
Version:
13 lines (12 loc) • 390 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PARSE_XML_OPTIONS = void 0;
exports.PARSE_XML_OPTIONS = {
attributeNamePrefix: '',
attributesGroupName: 'attributes',
textNodeName: 'innerText',
ignoreAttributes: false,
removeNSPrefix: true,
isArray: (_, __, ___, isAttribute) => !isAttribute,
allowBooleanAttributes: true,
};
;