UNPKG

@jsonjoy.com/reactive-rpc

Version:

Reactive-RPC is a library for building reactive APIs over WebSocket, HTTP, and other RPCs.

3 lines (2 loc) 120 B
export declare const validateId: (id: unknown) => void; export declare const validateMethod: (method: unknown) => void;