Skip to content

Commit

Permalink
[IMPR] Fix types to fit noImplicitAny option
Browse files Browse the repository at this point in the history
  • Loading branch information
kukiel authored and thoov committed Jul 25, 2018
1 parent 9733f58 commit 6f0936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ declare module 'mock-socket' {

clients(): WebSocket[];
to(room: any, broadcaster: any, broadcastList: object): ToReturnObject;
in(any): ToReturnObject;
in(any: any): ToReturnObject;
simulate(event: Event): void;

public of(url: USVString): Server;
Expand Down

0 comments on commit 6f0936e

Please sign in to comment.