0.6.4 • Published 9 months ago

@bemoje/node-util v0.6.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Node Utilities

Various utilities for development in node-js

GitHub Top Language

Github

GitHub Last Commit GitHub Stars GitHub Forks GitHub Watchers GitHub Repo Size

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

0.6.3

9 months ago

0.4.5

10 months ago

0.6.2

9 months ago

0.4.4

10 months ago

0.6.4

9 months ago

0.5.0

9 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.6.1

9 months ago

0.5.2

9 months ago

0.6.0

9 months ago

0.5.1

9 months ago

0.4.2

10 months ago

0.3.0

11 months ago

0.2.6

11 months ago

0.2.3

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

12 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago