1.0.0-alpha.4 • Published 7 years ago

@allanchau/util v1.0.0-alpha.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

util

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/has';

Documentation

Documentation can be found here: Util docs