UNPKG

pure-conditions

Version:
5 lines (4 loc) 83 B
function isDecimal (value) { return value % 1 !== 0 } module.exports = isDecimal