mikejihbe / metrics

A metrics library for Node.js
574 stars 58 forks source link

Fix type-safety of getMetric #68

Open astorije opened 4 years ago

astorije commented 4 years ago

When passed a key that does not exist, getMetric can potentially return undefined: https://github.com/mikejihbe/metrics/blob/master/reporting/report.js#L34