mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
Merge pull request #34 from cliedeman/fix-typedef
typedefs: normalizePath should return a string
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -40,6 +40,6 @@ interface Opts {
|
||||
export function normalizePath(
|
||||
req: express.Request,
|
||||
opts?: { normalizePath?: NormalizePathRegexs }
|
||||
);
|
||||
): string;
|
||||
|
||||
export default function(opts: Opts): express.RequestHandler;
|
||||
|
||||
Reference in New Issue
Block a user