1.0.5 • Published 6 months ago
meduza-bus v1.0.5
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