UNPKG

sdg-rpc

Version:

pomelo ts rpc

12 lines (11 loc) 244 B
import { IPath, IProxy } from '..'; interface ICreateOpts { serviceName: string; origin: any; attach: IPath; proxyCb: Function; } export declare const create: (opts: ICreateOpts) => { [method: string]: IProxy; }; export {};