Skip to content

chkt/yaes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

yet another event system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published