1.3.0 • Published 11 months ago

kiwiemitter v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

KiwiEmitter

  • Faster, Lightweight and Small advanced emitter.

Update News

  • added unsuspendListener method.

Installation

  • We are recommend to use pnpm.
pnpm i kiwiemitter

Usage

  • Similar to node:events.
//esm and ts
import KiwiEmitter from "kiwiemitter";
/*
 * on commonjs
 * const KiwiEmitter = require("KiwiEmitter").default 
*/
const emitter = new KiwiEmitter();

emitter.on("event", (e) => console.log(e)); // welcome kiwi!

emitter.emit("event", "welcome kiwi!");

Authors

1.3.0

11 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago