UNPKG

@typespec/ts-http-runtime

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

5 lines 224 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createClientLogger } from "./logger/logger.js"; export const logger = createClientLogger("ts-http-runtime"); //# sourceMappingURL=log.js.map