UNPKG

kero

Version:

<img src="http://tinper.org/assets/images/kero.png" width="120" style="max-width:100%;"/>

25 lines (18 loc) 341 B
/** * Module : Kero webpack entry events index * Author : liuyk(liuyuekai@yonyou.com) * Date : 2016-08-09 15:24:46 */ //相关依赖导入 import { eventsFunObj } from './events'; class Events { constructor() { } } const EventsProto = Events.prototype; Object.assign(EventsProto, eventsFunObj); export { Events }