UNPKG

waft-ws-protocol

Version:

waft ws 协议库

6 lines (5 loc) 116 B
export * as ui from './ui/protocol'; export declare type Protocol<T = any> = { command: number; data: T; };