# web3-core-helpers

This is a sub package of [web3.js][repo]

Helper functions used in [web3.js][repo] packages.
Please read the [documentation][docs] for more.

## Installation

### Node.js

```bash
npm install web3-core-helpers
```

## Usage

```js
// in node.js
var helpers = require('web3-core-helpers');

helpers.formatters;
helpers.errors;
...
```

## Types

All the typescript typings are placed in the types folder.

[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js
