UNPKG

@ouroboros/events

Version:

Package to give the ability to subscribe to and trigger synchronous events in javascript. Useful for passing data around a project without creating import conflicts.

5 lines (4 loc) 143 B
export type { EventCallback, EventReturn } from './Event'; import Events from './Events'; declare const events: Events; export default events;