yaes

0.1.2 • Public • Published

yaes

Yet another event system

Install

$ npm install yaes

Use

import * as yaes from 'yaes';


class Class extends yaes.Dispatcher { ... }

const data = { ... };


Class
	.addListener('type', e => { ... })
	.dispatch(new yaes.Dispatchable('type',data));

Package Sidebar

Install

npm i yaes

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • chkt