PATH:
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
es-abstract
/
helpers
var $isNaN = Number.isNaN || function (a) { return a !== a; }; module.exports = Number.isFinite || function (x) { return typeof x === 'number' && !$isNaN(x) && x !== Infinity && x !== -Infinity; };
[+]
..
[-] isFinite.js
[edit]
[-] sign.js
[edit]
[-] isPrimitive.js
[edit]
[-] isNaN.js
[edit]
[-] mod.js
[edit]
[-] assign.js
[edit]