mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Added the Connection.id property to sockjs-node definitions
This commit is contained in:
parent
fd7728a4e6
commit
684b09492d
1
sockjs-node/sockjs-node.d.ts
vendored
1
sockjs-node/sockjs-node.d.ts
vendored
@ -45,6 +45,7 @@ declare module "sockjs" {
|
||||
prefix: string;
|
||||
protocol: string;
|
||||
readyState: number;
|
||||
id: string;
|
||||
|
||||
close(code?: string, reason?: string): boolean;
|
||||
destroy(): void;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user