mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Third time is the charm
This commit is contained in:
2
types/stoppable/index.d.ts
vendored
2
types/stoppable/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user