@azure/core-xml
Version:
Core library for interacting with XML payloads
11 lines • 296 B
JavaScript
// 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