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!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    11
  • 1.0.0
    192
  • 0.9.0
    0

Package Sidebar

Install

npm i evemin

Weekly Downloads

111

Version

2.0.0

License

MIT

Unpacked Size

8.88 kB

Total Files

13

Last publish

Collaborators

  • betula