An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: falsey

stdlib-js/assert-is-truthy-array

Test if a value is an array-like object containing only truthy values.

Language: JavaScript - Size: 465 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-truthy

Test if a value is truthy.

Language: JavaScript - Size: 344 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-falsy-array

Test if a value is an array-like object containing only falsy values.

Language: JavaScript - Size: 458 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-falsy

Test if a value is falsy.

Language: JavaScript - Size: 386 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

jonschlinkert/falsey

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".

Language: JavaScript - Size: 24.4 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 6