UNPKG

pure-conditions

Version:
5 lines (4 loc) 94 B
function isBitwiseNegation (value) { return !!(~value) } module.exports = isBitwiseNegation