sdg-rpc
Version:
pomelo ts rpc
16 lines (15 loc) • 443 B
TypeScript
import { IRpcMsg } from '..';
import RpcClient from './client';
declare const _default: {
rr: () => string;
wrr: () => string;
la: (client: RpcClient & {
laParam: any;
}, serverType: string) => string;
ch: (client: RpcClient & {
chParam: any;
}, serverType: string, msg: IRpcMsg) => string;
rd: () => string;
df: (session: any, msg: IRpcMsg, context: any) => string;
};
export default _default;