Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panates/strict-typed-events
https://github.com/panates/strict-typed-events
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/panates/strict-typed-events
- Owner: panates
- License: mit
- Created: 2021-07-30T16:32:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T06:52:29.000Z (12 months ago)
- Last Synced: 2024-03-15T07:22:31.251Z (10 months ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![CircleCI][circleci-image]][circleci-url]
[![Test Coverage][coveralls-image]][coveralls-url]## strict-typed-events
Type safe and promise supported replacement for node's EventEmitter
## Installation
```bash
$ npm install strict-typed-events --save
```## Node Compatibility
- node >= 12.x
### License
Available under [MIT](LICENSE) license.[npm-image]: https://img.shields.io/npm/v/strict-typed-events.svg
[npm-url]: https://npmjs.org/package/strict-typed-events
[circleci-image]: https://circleci.com/gh/panates/strict-typed-events/tree/master.svg?style=shield
[circleci-url]: https://circleci.com/gh/panates/strict-typed-events/tree/master
[coveralls-image]: https://img.shields.io/coveralls/panates/strict-typed-events/master.svg
[coveralls-url]: https://coveralls.io/r/panates/strict-typed-events
[downloads-image]: https://img.shields.io/npm/dm/strict-typed-events.svg
[downloads-url]: https://npmjs.org/package/strict-typed-events
[gitter-image]: https://badges.gitter.im/panates/strict-typed-events.svg
[gitter-url]: https://gitter.im/panates/strict-typed-events?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[dependencies-image]: https://david-dm.org/panates/strict-typed-events/status.svg
[dependencies-url]:https://david-dm.org/panates/strict-typed-events
[devdependencies-image]: https://david-dm.org/panates/strict-typed-events/dev-status.svg
[devdependencies-url]:https://david-dm.org/panates/strict-typed-events?type=dev
[quality-image]: http://npm.packagequality.com/shield/strict-typed-events.png
[quality-url]: http://packagequality.com/#?package=strict-typed-events