Node Utilities
Various utilities for development in node-js
Github
NPM
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
NPM
npm install @bemoje/node-util
YARN
yarn add @bemoje/node-util
Usage
Import all named exports:
import * as util from '@bemoje/node-util'
All named exports are available from the root directory:
import {arrFlatten} from '@bemoje/node-util'
Specific imports:
import {arrFlatten} from '@bemoje/node-util/array/'
Distribution
This library is written in TypeScript.
ES6 Module Bundles
Type Declarations
See the declarations entry point.
Tests
Tests are written with Jest. To run tests:
npm run test
Issues
Please let me know of any bugs or issues.
Contribute
Contributors are welcome to open a pull request.
License
Released under the MIT License.
Documentation
See Full documentation