UNPKG

@promster/metrics

Version:

Metrics utilities used by all other server integrations

4 lines (3 loc) 213 B
import type { TDefaultedPromsterOptions, TGcMetrics } from '@promster/types'; declare const createGcObserver: (_metrics: TGcMetrics, options: TDefaultedPromsterOptions) => () => void; export { createGcObserver };