We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694a379 commit 6ab9730Copy full SHA for 6ab9730
src/index.ts
@@ -7,7 +7,7 @@ import { NullProbe } from './null-probe';
7
import { IProbe } from './i-probe';
8
import { ApplicationRouter, Convenience } from './convenience';
9
import { EnvironmentVariables } from './environment-variables';
10
-import { IRouter, Request, Response } from 'express';
+import { IRouter, NextFunction, Request, Response } from 'express';
11
12
export {
13
ApplicationStatus,
@@ -28,4 +28,5 @@ export {
28
IRouter,
29
Request,
30
Response,
31
+ NextFunction
32
};
0 commit comments