UNPKG

@azure/core-lro

Version:

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

9 lines 291 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createClientLogger } from "@azure/logger"; /** * The `@azure/logger` configuration for this package. * @internal */ export const logger = createClientLogger("core-lro"); //# sourceMappingURL=logger.js.map