UNPKG

@promster/metrics

Version:

Metrics utilities used by all other server integrations

4 lines (3 loc) 168 B
declare const getSummary: () => Promise<string>; declare const getContentType: () => "text/plain; version=0.0.4; charset=utf-8"; export { getSummary, getContentType };