UNPKG

pure-conditions

Version:
5 lines (4 loc) 81 B
function isNegative (number) { return number < 0 } module.exports = isNegative