mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
add urlPathReplacement to types, see #75
This commit is contained in:
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
@@ -48,6 +48,7 @@ declare namespace express_prom_bundle {
|
|||||||
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
|
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
|
||||||
formatStatusCode?: NormalizeStatusCodeFn;
|
formatStatusCode?: NormalizeStatusCodeFn;
|
||||||
transformLabels?: TransformLabelsFn;
|
transformLabels?: TransformLabelsFn;
|
||||||
|
urlPathReplacement?: string;
|
||||||
|
|
||||||
// https://github.com/disjunction/url-value-parser#options
|
// https://github.com/disjunction/url-value-parser#options
|
||||||
urlValueParser?: {
|
urlValueParser?: {
|
||||||
|
|||||||
Reference in New Issue
Block a user