UNPKG

pure-conditions

Version:
5 lines (4 loc) 87 B
function isPresent (value) { return value !== undefined } module.exports = isPresent