@data-heaving/common
v1.0.0
Published
[![Code Coverage](https://codecov.io/gh/DataHeaving/common/branch/develop/graph/badge.svg?flag=common)](https://codecov.io/gh/DataHeaving/common)
Downloads
1,196
Readme
Data Heaving - Common
This folder contains source code for @data-heaving/common
NPM package.
The exported entities include:
- Commonly used helper methods for dictionaries and arrays
- Commonly used helper types
- API and implementation for
EventEmitterBuilder
which in turn createsEventEmitter
- an immutable collection of event listeners, exposed in typesafe way.
Usage
Include @data-heaving/common
dependency in your package.json
file.
More information
To learn more what Data Heaving project is all about, see here.