• File: index.js
  • Full Path: /var/www/nodejs/Notifications_Imali_API/node_modules/is-nan/index.js
  • Date Modified: 10/26/1985 3:15 PM
  • File size: 462 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'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;