litt
v1.0.2
Published
The smallest event emitter in the world.
Downloads
10
Maintainers
Readme
Why Litt?
- Sub-atomic: weighs 121 bytes gzipped
- Useful: Is nearly 2x smaller than mitt!
- Familiar: same names & ideas as Node's EventEmitter
- Functional: methods don't rely on
this
- Great Name: This pubsub event emitter is litt af. Because L comes before M so not just its filesize is smaller, but also its name's ordinality.
- Reproducible:
gzip -9 -n index.js && ls -l index.js.gz
Litt was made for all ES6 JavaScript platforms.