UNPKG

@fabrix/spool-realtime

Version:

Spool: Realtime, Synchronize the client and server via WebSockets using Primus

20 lines (19 loc) 362 B
export declare const spool: { provides: { resources: any[]; api: { controllers: any[]; }; config: any[]; }; lifecycle: { configure: { listen: string[]; emit: any[]; }; initialize: { listen: string[]; emit: any[]; }; }; };