UNPKG

node-universe

Version:

基于 Nodejs 环境的一款微服务框架,原理来自于宇宙中的恒星,行星,卫星等系统。

8 lines (7 loc) 292 B
import Context from '../context'; export default function (): { name: string; localAction: (handler: any, bind: any) => (ctx: Context) => any; remoteAction: (handler: any, bind: any) => (ctx: Context) => any; localEvent: (handler: any, bind: any) => (ctx: Context) => any; };