1.0.2 • Published 6 years ago

uah v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Utils & Helpers

Installation

$ npm install uah

Usage

const uah = require('uah');
Type checking
uah.isObject({}); 	// -> true
uah.isPlainObject({}); 	// -> true
uah.isFunction(()=>{});	// -> true
uah.isArray([]); 	// -> true
uah.isString('str'); 	// -> true
uah.isNumber(12.22); 	// -> true
uah.isInt(6); 		// -> true
uah.isBoolean(true); 	// -> true

License

MIT

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago