UNPKG

@opentelemetry/instrumentation-undici

Version:
10 lines 411 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.UndiciInstrumentation = void 0; var undici_1 = require("./undici"); Object.defineProperty(exports, "UndiciInstrumentation", { enumerable: true, get: function () { return undici_1.UndiciInstrumentation; } }); //# sourceMappingURL=index.js.map