@azure/core-client
Version:
Core library for interfacing with AutoRest generated code
14 lines • 415 B
JavaScript
;
// 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=interfaces.js.map