8000 fix: Fix @feathersjs/feathers typings http import · feathersjs/feathers@abbc07b · GitHub
[go: up one dir, main page]

Skip to content

Commit abbc07b

Browse files
committed
fix: Fix @feathersjs/feathers typings http import
1 parent e688851 commit abbc07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/feathers/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types='node' />
22

33
import { EventEmitter } from 'events';
4-
import http from 'http';
4+
import * as http from 'http';
55

66
declare const createApplication: Feathers;
77
export = createApplication;

0 commit comments

Comments
 (0)
0