1.0.1 • Published 5 years ago

callback-emitter v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

callback-emitter

callback-emitter it allows to manage the communication through events implemented with callbacks

import

import { CallbackEmitter } = from 'callback-emitter';

emit

CallbackEmitter.emit('event' , 'hello world');

on

CallbackEmitter.on('event' , console.log);
1.0.1

5 years ago

1.0.0

5 years ago