UNPKG

@opentelemetry/core

Version:

OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.

12 lines 320 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports._globalThis = void 0; /** * @deprecated Use globalThis directly instead. */ exports._globalThis = globalThis; //# sourceMappingURL=globalThis.js.map