UNPKG

yjs-server

Version:

An extensible websocket server for the Yjs collaborative editing framework. Compatible with y-websocket.

10 lines (9 loc) 282 B
export declare enum MessageType { Sync = 0, Awareness = 1 } export declare const CONNECTING = 0; export declare const OPEN = 1; export declare const CLOSING = 2; export declare const CLOSED = 3; export declare const invariant: (condition: boolean, message: string) => void;