Determines if the given value is truthy.
truthy(true); // truetruthy(false); // falsetruthy(''); // false Copy
truthy(true); // truetruthy(false); // falsetruthy(''); // false
Determines if the given value is truthy.