// 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