PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/is-nan

Просмотр файла: index.js

'use strict';

var callBind = require('call-bind');
var define = require('define-properties');

var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');

var polyfill = callBind(getPolyfill(), Number);

/* http://www.ecma-international.org/ecma-262/6.0/#sec-number.isnan */

define(polyfill, {
	getPolyfill: getPolyfill,
	implementation: implementation,
	shim: shim
});

module.exports = polyfill;

Выполнить команду


Для локальной разработки. Не используйте в интернете!