0.0.8 • Published 3 years ago

@kinvirgo/event-emitter v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

事件派发

npm i @kinvirgo/event-emitter
或者
yarn add @kinvirgo/event-emitter

使用

import EventEmitter from '@kinvirgo/event-emitter'
const event = new EventEmitter()
// 监听
event.on('test', () => {
    console.log('>>>')
})
// 触发
event.emit('test')
0.0.8-alpha.0

3 years ago

0.0.8

3 years ago

0.0.7-alpha

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.6-alpha

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.3-alpha

4 years ago

0.0.2-alpha

4 years ago

0.0.1-alpha

4 years ago