We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec8ee6 commit f793008Copy full SHA for f793008
index.d.ts
@@ -1,6 +1,6 @@
1
// Missing type definitions
2
3
-import { Server } from 'http';
+import { Server } from 'net';
4
5
export = wrapShutdown;
6
package.json
@@ -19,6 +19,7 @@
19
"repository": "thedillonb/http-shutdown",
20
"license": "MIT",
21
"devDependencies": {
22
+ "@types/node": "^12.12.6",
23
"chai": "^3.4.1",
24
"istanbul": "^0.4.1",
25
"mocha": "^2.3.4",
0 commit comments