@casipe/react-service-provider
Version:
React library sevice provider
7 lines (6 loc) • 374 B
TypeScript
export declare const CHANNEL_PREFIX = "ns_";
export declare const SOCKETIO_MESSAGES_EVENT = "messages";
export declare const SOCKETIO_CONNECT_EVENT = "connect";
export declare const SOCKETIO_CONNECT_MESSAGE = "Connected on ";
export declare const SOCKETIO_CONNECT_ERROR_EVENT = "connect_error";
export declare const SOCKETIO_CONNECT_ERROR_MESSAGE = "Unable to connect on ";