UNPKG

pure-conditions

Version:
5 lines (4 loc) 73 B
function isTruthy (value) { return !!value } module.exports = isTruthy