azazel

1.2.4 • Public • Published

@kilt/azazel

Another events handler/wrapper that can be attached to an object.

Build Status GitHub license

Installation

npm i -S @kilt/azazel
 
# npm install --save @kilt/azazel 

Usage

var obj = new Azazel();
 
obj.on('foo', function () {
  flag = true;
});
 
obj.trigger('foo');

Package Sidebar

Install

npm i azazel

Weekly Downloads

31

Version

1.2.4

License

MIT

Unpacked Size

11.7 kB

Total Files

5

Last publish

Collaborators

  • jgermade