evemin
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

evemin

npm version npm bundle size code coverage typescript supported

Modern and blazing fast event emitter

  • Zero-cost abstraction
  • High performance
  • Super small

🌈 2x times faster standard node.js event emitter

import { event, listen } from 'evemin'

const onStart = event()

listen(onStart, (v) => console.log('start', v))

onStart(1) // developer console output: start 1

Try it on RunKit

Installation

npm install evemin

Enjoy your code!

Package Sidebar

Install

npm i evemin

Weekly Downloads

155

Version

2.0.0

License

MIT

Unpacked Size

8.88 kB

Total Files

13

Last publish

Collaborators

  • betula