Third time is the charm

This commit is contained in:
Eric Byers
2017-09-08 16:23:01 -05:00
parent 35f5af1296
commit 71a142b59c

View File

@@ -3,6 +3,6 @@
// Definitions by: Eric Byers <https://github.com/EricByers>
// 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;