Skip to content

Commit 6ab9730

Browse files
“lragji”“lragji”
“lragji”
authored and
“lragji”
committed
Added next function for exports
1 parent 694a379 commit 6ab9730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { NullProbe } from './null-probe';
77
import { IProbe } from './i-probe';
88
import { ApplicationRouter, Convenience } from './convenience';
99
import { EnvironmentVariables } from './environment-variables';
10-
import { IRouter, Request, Response } from 'express';
10+
import { IRouter, NextFunction, Request, Response } from 'express';
1111

1212
export {
1313
ApplicationStatus,
@@ -28,4 +28,5 @@ export {
2828
IRouter,
2929
Request,
3030
Response,
31+
NextFunction
3132
};

0 commit comments

Comments
 (0)