jonschlinkert/falsey

jonschlinkert/falsey

Releases5
Frequency1 month 2 weeks
Last Release
Stars7
Like other checkers, returns true if `value` is falsey. Strings, arrays and `arguments` objects with a length of `0`, and objects with no own enumerable properties are considered falsey. Will also check against user-defined "special cases".

Linked projects

Returns true if the given is falsey (according to JavaScript) or matches a 'falsey' keyword.