1.2.3 • Published 2 years ago

@fuwa/events v1.2.3

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
2 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

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago