From 71a142b59cc7a2bfef62a794706288ef86a64f2f Mon Sep 17 00:00:00 2001 From: Eric Byers Date: Fri, 8 Sep 2017 16:23:01 -0500 Subject: [PATCH] Third time is the charm --- types/stoppable/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/stoppable/index.d.ts b/types/stoppable/index.d.ts index d5414157b8..a127bdc9b0 100644 --- a/types/stoppable/index.d.ts +++ b/types/stoppable/index.d.ts @@ -3,6 +3,6 @@ // Definitions by: Eric Byers // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -declare function stoppable(server:http.Server, grace?:number) => http.Server; +declare function stoppable(server:http.Server, grace?:number): http.Server; export = stoppable;