@defy/event-bus

0.0.1 • Public • Published

EventBus

JavaScript EventBus

	import EventBus from "@defy/event-bus"

	EventBus.$on("test",function(){
		//...
	});

	EventBus.$emit("test");

	EventBus.$off("test");

Readme

Keywords

Package Sidebar

Install

npm i @defy/event-bus

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

8.3 kB

Total Files

10

Last publish

Collaborators

  • defy