File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/src/lang/isNaN.js
Back
define(['./isNumber', '../number/isNaN'], function (isNumber, $isNaN) { /** * Check if value is NaN for realz */ function isNaN(val){ // based on the fact that NaN !== NaN // need to check if it's a number to avoid conflicts with host objects // also need to coerce ToNumber to avoid edge case `new Number(NaN)` return !isNumber(val) || $isNaN(Number(val)); } return isNaN; });
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings