"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.XML_CHARKEY = exports.XML_ATTRKEY = void 0; /** * Default key used to access the XML attributes. */ exports.XML_ATTRKEY = "$"; /** * Default key used to access the XML value content. */ exports.XML_CHARKEY = "_";//# sourceMappingURL=https://main.vscode-cdn.net/sourcemaps/072586267e68ece9a47aa43f8c108e0dcbf44622/node_modules/@azure/core-client/dist/commonjs/interfaces.js.map