UNPKG

node-universe

Version:

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

7 lines (6 loc) 187 B
import Star from '../star'; declare const throttleMiddleware: (star: Star) => { name: string; localEvent: (handler: any, event: any) => any; }; export default throttleMiddleware;