Fixes lint issue.

This commit is contained in:
Aaron Smith
2019-09-19 11:39:11 -06:00
parent 7654a4ec79
commit 0a1fda31de

2
types/index.d.ts vendored
View File

@@ -31,7 +31,7 @@ declare namespace express_prom_bundle {
metricType?: 'summary' | 'histogram';
metricsPath?: string;
promClient?: { collectDefaultMetrics?: DefaultMetricsCollectorConfiguration };
promRegistry?: Registry,
promRegistry?: Registry;
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
formatStatusCode?: NormalizeStatusCodeFn;
transformLabels?: TransformLabelsFn;