@bemoje/node-util v0.6.4
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-utilYARN
yarn add @bemoje/node-utilUsage
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 testIssues
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
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago