1.2.3 • Published 3 years ago

@fuwa/events v1.2.3

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
3 years ago

events

A fast and lightweight local pub/sub extension for EventEmitters designed for fuwa.

Quick Start

class MyEE extends EventEmitter {
  event(name) {
    return new SubscriptionBuilder(name, this);
  }
}
ee.event("test")
  .filter(d => d === 0)
  .count(1)
  .handle(console.log)
  .subscribe();

Copyright (C) 2022 Splatterxl.

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago