UNPKG

kero

Version:

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

17 lines (13 loc) 369 B
/** * Module : Kero webpack entry events index * Author : liuyk(liuyuekai@yonyou.com) * Date : 2016-08-09 15:24:46 */ //相关依赖导入 import { eventsFunObj } from './events'; var Events = function Events() { babelHelpers.classCallCheck(this, Events); }; var EventsProto = Events.prototype; Object.assign(EventsProto, eventsFunObj); export { Events };