1.1.5 • Published 3 years ago

@gidw/event-emitter-js v1.1.5

Weekly downloads
69
License
MIT
Repository
github
Last release
3 years ago

EventEmitter

Simplified EventEmitter

NPM version JavaScript Style Guide License NPM version

Installation

UMD or ESM

Usage

var emitter = new EventEmitter()

emitter.on('event', function (data) {
    console.log('on event', data)
})

emitter.emit('event', 'data')
1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

6 years ago

0.0.1

6 years ago