Check if a value has no self equality
npm install has-no-self-equalityjavascript
const assert = require('assert-fn')
const hasNoSelfEquality = require('has-no-self-equality')
assert(hasNoSelfEquality(NaN))
`
I am pretty sure the only value that doesn't have self equality is NaN`.