UNPKG

rete

Version:
9 lines (8 loc) 217 B
export declare class Socket { name: string; data: any; compatible: Socket[]; constructor(name: string, data?: {}); combineWith(socket: Socket): void; compatibleWith(socket: Socket): boolean; }