UNPKG

@azure/core-xml

Version:
11 lines 296 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Default key used to access the XML attributes. */ export const XML_ATTRKEY = "$"; /** * Default key used to access the XML value content. */ export const XML_CHARKEY = "_"; //# sourceMappingURL=xml.common.js.map