UNPKG

@promster/metrics

Version:

Metrics utilities used by all other server integrations

4 lines (3 loc) 149 B
import type { TLabelValues } from '@promster/types'; declare function sortLabels(unsortedLabels: TLabelValues): TLabelValues; export { sortLabels };