Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit ee902b6

Browse files
authored
Merge pull request #58 from Sieabah/patch-1
Update primus type definition
2 parents 7ba3379 + a52b624 commit ee902b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
declare function e(config:any, configurer:any | Function): () => void;
2+
declare function e(config:any | socket:any, configurer:any | Function | undefined): () => void;
33
declare namespace e{}
44
export = e;

0 commit comments

Comments
 (0)