Skip to content

Commit da00d5e

Browse files
committed
linting
1 parent f3087d7 commit da00d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/router/sequential.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Protocol, IRouter, RequestHandler } from './../../common'
1+
import { Protocol, IRouter } from "./../../common";
22

3-
export default function createSequentialRouter<P extends Protocol>(config?: object): IRouter<P>
3+
export default function createSequentialRouter<P extends Protocol>(config?: object): IRouter<P>;

0 commit comments

Comments
 (0)