UNPKG

@opentelemetry/core

Version:

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

6 lines 195 B
import { ENVIRONMENT } from '../../utils/environment'; /** * Gets the environment variables */ export declare function getEnv(): Required<ENVIRONMENT>; //# sourceMappingURL=environment.d.ts.map