UNPKG

@typespec/ts-http-runtime

Version:

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

8 lines 299 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.custom = void 0; const node_util_1 = require("node:util"); exports.custom = node_util_1.inspect.custom; //# sourceMappingURL=inspect.js.map