()
| 26 | export interface MetricRegistry { |
| 27 | readonly [MetricRegistryTypeId]: MetricRegistryTypeId |
| 28 | snapshot(): Array<MetricPair.MetricPair.Untyped> |
| 29 | get<Type extends MetricKeyType.MetricKeyType<any, any>>( |
| 30 | key: MetricKey.MetricKey<Type> |
| 31 | ): MetricHook.MetricHook< |
no outgoing calls
no test coverage detected