1.1.0 • Published 7 years ago

javascript-utilities v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

A set of JavaScript utilities that I keep having to write/re-write.

API Reference

function truthy(x) { ... } // returns true if x is truthy (true, object, etc.)
function falsy(x) { ... } // returns true if x is falsey (null, undefined, false, etc.)

See: