Skip to content
This repository has been archived by the owner on Oct 22, 2018. It is now read-only.
/ node-util Public archive

A collection of lightweight JavaScript utility functions.

License

Notifications You must be signed in to change notification settings

allanchau/node-util

Repository files navigation

util

Greenkeeper badge Build Status codecov npm

A collection of lightweight JavaScript utility functions.

Features

  • Wraps the built in Node.js util functions.
  • Node.js and Browser support.

Installation

// To import the entire library.
import * from '@allanchau/util';

// Or import individual components.
import { hasProperty } from '@allanchau/util';

Documentation

Documentation can be found here: Util docs

About

A collection of lightweight JavaScript utility functions.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published