8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e688851 commit abbc07bCopy full SHA for abbc07b
packages/feathers/index.d.ts
@@ -1,7 +1,7 @@
1
/// <reference types='node' />
2
3
import { EventEmitter } from 'events';
4
-import http from 'http';
+import * as http from 'http';
5
6
declare const createApplication: Feathers;
7
export = createApplication;
0 commit comments