Your IP : 216.73.217.104


Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/number-is-nan/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/number-is-nan/index.js

'use strict';
module.exports = Number.isNaN || function (x) {
	return x !== x;
};