web3-core-helpers
This is a sub-package of web3.js with useful helper functions.
Please read the documentation for more.
Installation
You can install the package either using NPM or using Yarn
Using NPM
npm install web3-core-helpers
Using Yarn
yarn add web3-core-helpers
Usage
const helpers = require('web3-core-helpers');
helpers.formatters;
helpers.errors;
...
Types
All the TypeScript typings are placed in the types
folder.