Skip to content
/ bus Public

Implement the event bus by publishing subscriptions

Notifications You must be signed in to change notification settings

moyafaxi/bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Usage

import bus from 'bus.js';

bus.on('test', () => {});

bus.fire('test', 'qweeqwe');

bus.off('test');

About

Implement the event bus by publishing subscriptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published