Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "evt", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Type safe replacement for node's EventEmitter", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -22,3 +22,3 @@ | ||
`'evt'` is intended to be a replacement for Node's `'events'` and a lighter alternative to `'rxjs'`. | ||
`'evt'` is intended to be a replacement for `'events'` and a lighter alternative to `'rxjs'`. | ||
It enable and encourage **functional programming** and makes heavy use of **typescript**'s type inference features to provide **type safety** while keeping things **concise and elegant** 🍸. | ||
@@ -25,0 +25,0 @@ |
450895