f46fa63ddeeaf817837ade36c96a37045c36b5bf.svn-base 82 Bytes Raw Blame History Permalink 1 2 3 4 'use strict'; module.exports = Number.isNaN || function (x) { return x !== x; };