UNPKG

@azure/core-client

Version:

Core library for interfacing with AutoRest generated code

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=interfaces.js.map