UNPKG

@fabrix/spool-realtime

Version:

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

6 lines (5 loc) 211 B
import { FabrixController as Controller } from '@fabrix/fabrix/dist/common'; export declare class PrimusController extends Controller { spec(req: any, res: any): any; library(req: any, res: any): any; }