UNPKG

@opentelemetry/core

Version:

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

8 lines 291 B
/** * @deprecated please copy this code to your implementation instead, this function will be removed in the next major version of this package. * @param timer */ export declare function unrefTimer(timer: { unref(): unknown; } | number): void; //# sourceMappingURL=timer-util.d.ts.map