@allanchau/util
v1.0.0-alpha.4
Published
Lightweight JavaScript utility library.
Downloads
5
Maintainers
Readme
util
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