UNPKG

@azure/core-lro

Version:

Isomorphic client library for supporting long-running operations in node.js and browser.

12 lines 393 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.logger = void 0; const logger_1 = require("@azure/logger"); /** * The `@azure/logger` configuration for this package. * @internal */ exports.logger = (0, logger_1.createClientLogger)("core-lro"); //# sourceMappingURL=logger.js.map