Releases7
Frequency7 months 1 week
Last Release
Returns true if the given is falsey (according to JavaScript) or matches a 'falsey' keyword.
Linked projects
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".
