(name, options)
| 100 | readonly incremental?: boolean | undefined |
| 101 | }): Metric.Metric.Counter<bigint> |
| 102 | } = (name, options) => fromMetricKey(metricKey.counter(name, options as any)) as any |
| 103 | |
| 104 | /** @internal */ |
| 105 | export const frequency = (name: string, options?: { |
no test coverage detected
searching dependent graphs…