UNPKG

pure-conditions

Version:
5 lines (4 loc) 79 B
function isNaN (value) { return Number.isNaN(value) } module.exports = isNaN