UNPKG

ws-event-emitter

Version:

Provides a event emitter linked between clients and server using web socket (includes permission handeling)

7 lines (6 loc) 123 B
export declare const WS_ERRORS: { CONNECTION_REFUSED: { code: number; message: string; }; };