meduza-bus
v1.0.5
Published
A simple event bus implementation using Mitt in TypeScript for my project
Downloads
21
Maintainers
Readme
Meduza Bus
A simple event bus implementation using Mitt in TypeScript for my project.
Adding new event types
Just add your events to 'src/types/index.ts' like type TEvents = TLocaleEvents & YourCustomType
