DIR: /proc/1991111/cwd/usr/share/node_modules/core-js/internals/ |
Current File : //proc/1991111/cwd/usr/share/node_modules/core-js/internals/not-a-nan.js |
var $RangeError = RangeError; module.exports = function (it) { // eslint-disable-next-line no-self-compare -- NaN check if (it === it) return it; throw $RangeError('NaN is not allowed'); }; |