Spaces:
Runtime error
Runtime error
; | |
module.exports = function (value) { | |
// eslint-disable-next-line no-self-compare | |
return value !== value; | |
}; | |
; | |
module.exports = function (value) { | |
// eslint-disable-next-line no-self-compare | |
return value !== value; | |
}; | |