Skip to content

Commit 4e5bf36

Browse files
added empty namespace because of microsoft/TypeScript#5073
1 parent a99629b commit 4e5bf36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ declare class WebSocketJSONStream extends stream.Duplex {
1010
ws: webSocket;
1111
}
1212

13+
declare namespace WebSocketJSONStream {}
14+
1315
export = WebSocketJSONStream;

0 commit comments

Comments
 (0)