add urlPathReplacement to types, see #75

This commit is contained in:
Konstantin Pogorelov
2021-08-17 10:37:12 +03:00
parent c436fa3c88
commit c6d2210062

1
types/index.d.ts vendored
View File

@@ -48,6 +48,7 @@ declare namespace express_prom_bundle {
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
formatStatusCode?: NormalizeStatusCodeFn;
transformLabels?: TransformLabelsFn;
urlPathReplacement?: string;
// https://github.com/disjunction/url-value-parser#options
urlValueParser?: {