competency
The ability to do something successfully or efficiently.
The ability to do something successfully or efficiently.
Handle conditions easily
Flips a coin with a 50/50 chance to return true or false.
A very simple function for outputting text in true color on terminals that support it (like iTerm 2 nightly or the terminals [on this list](https://gist.github.com/XVilka/8346728)).
Check if `this` is truthy.
Is this value not a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is it true? Is it false? Who knows? Who cares?
Ternary toggle between two values or functions
Conditional expression aggregation.
Toss a coin.
Collection of functions that return specific values (noop, true, false, echo, etc)
(wip) Filter possible web colors (by name or hex or rgb(a) or hsl(a) value) with glob patterns or callback which returns true
Returns true of value 'v' is null.
Returns true if the argument is a string; false otherwise.
Returns true if 'value' is a constructor
Returns true if the argument is a function; false otherwise.
Throw TypeError if not a value is array-like. The undefined value always evaluates to true.
Check whether a condition is true for any element of an array. The condition check is in the form of a callback.
Returns true if the predicate is satisfied for every element of the passed array; otherwise false.
Return the last element of an array where the callback returns true.