istrue
A useful function to check if a javascript object evaluates to `true`
A useful function to check if a javascript object evaluates to `true`
Checks if the callback returns truthy for any element of the array. Iteration is stopped once the callback returns truthy Return the truthy value or the last falsy value if none of the iteration returns truthy
Checks if the callback returns truthy for any element of the array. Iteration is stopped once the callback returns truthy Return the truthy value or the last falsy value if none of the iteration returns truthy Run over the given array from right to
It checks if a variable is empty or not
A few handy javascript utilities for testing variables
This is a type confirmation module
Return keys with truthful values.
Helps you confirm the existence of specified falsy values (e.g. 0)
Creates an array of the own enumerable property names of an object for which the values are truthy.
Resolves a simple string or a potentially deeply nested structure of primitive values into a simple string array.
Creates an object composed of the object properties for which predicate returns truthy.
is that object has real property ?
lil utility to help race promises against an evaluator function
convert objects to boolean values
Convert property values in objects to booleans.
Tests for truthy values and returns a boolean value. Can take interger, string, or even object values.
Represent a set of observs as one boolean, saying whether they are all truthy
LoDash Mixins from Decipher, Inc.
Takes an array, returns true if it contains one or more truthy items, otherwise returns false.