Files
427e7578-d7bf-49c8-aee9-2dd…/yjs-poll/node_modules/lib0/dist/broadcastchannel.d.ts

8 lines
394 B
TypeScript

export function subscribe(room: string, f: (arg0: any, arg1: any) => any): (arg0: any, arg1: any) => any;
export function unsubscribe(room: string, f: (arg0: any, arg1: any) => any): boolean;
export function publish(room: string, data: any, origin?: any): void;
export type Channel = {
subs: Set<(arg0: any, arg1: any) => any>;
bc: any;
};
//# sourceMappingURL=broadcastchannel.d.ts.map