UNPKG

kitejs

Version:

the rpc framework Kite for Node.js

12 lines (9 loc) 161 B
/** * @author xiangshouding * @date 2017-07-06 14:51:27 */ import {Config} from './config'; export class Server { constructor(config: Config) { } }