1.2.0 • Published 4 years ago

conciseee v1.2.0

Weekly downloads
35
License
MIT
Repository
github
Last release
4 years ago

npm version Build Maintainability License: MIT

A powerful but concise Event Emitter implementation which is about 409B(Minified and Gzipped) follows the same interface and semantics of Node.js Event Emitter with some extra features such as async notification, custom schedulers, fluent interface, regex based event matching and universal handlers

Installation

Node.js

npm install conciseee

Browser

<script src="https://unpkg.com/conciseee"></script>

Browser Optimized (GZipped)

<script src="https://unpkg.com/conciseee/dist/ee.min.js.gz"><script/>

Usage

Documentation

1.2.0

4 years ago

1.1.0

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago