UNPKG

@cloudpss/ubrpc

Version:

Rpc server/client build on websocket and ubjson.

6 lines 259 B
import type { RpcPayload } from '../types/payload.js'; /** 发送消息 */ export declare function send<T extends RpcPayload['type']>(socket: WebSocket, type: T, info: Omit<RpcPayload & { type: T; }, 'type'>): void; //# sourceMappingURL=messaging.d.ts.map