We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3087d7 commit da00d5eCopy full SHA for da00d5e
lib/router/sequential.d.ts
@@ -1,3 +1,3 @@
1
-import { Protocol, IRouter, RequestHandler } from './../../common'
+import { Protocol, IRouter } from "./../../common";
2
3
-export default function createSequentialRouter<P extends Protocol>(config?: object): IRouter<P>
+export default function createSequentialRouter<P extends Protocol>(config?: object): IRouter<P>;
0 commit comments