UNPKG

sdg-rpc

Version:

pomelo ts rpc

4 lines (3 loc) 140 B
import Gateway from './gateway'; import { IRpcServerOpts } from '..'; export declare const createServer: (opts: IRpcServerOpts) => Gateway;