EventEmitterDecorator:EventEmitter mixin作为ES7装饰器

时间:2024-05-23 06:55:00
【文件属性】:

文件名称:EventEmitterDecorator:EventEmitter mixin作为ES7装饰器

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-23 06:55:00

JavaScript

EventEmitterDecorator 用法 import EventEmitter from 'eventemitter-decorator' ; @ EventEmitter class Foo { } const foo = new Foo ( ) ; foo . on ( 'hello' , ( name ) => console . log ( `hello, ${ name } !!` ) ) ; foo . emit ( 'hello' , 'world' ) ; // 'hello, world!!'


【文件预览】:
EventEmitterDecorator-master
----example.js(329B)
----src()
--------index.js(894B)
----.babelrc(18B)
----.travis.yml(786B)
----test()
--------extend.js(1KB)
--------test.js(3KB)
----README.md(695B)
----.gitignore(29B)
----CHANGELOG.md(204B)
----package.json(1KB)

网友评论