| Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/number-is-nan/ |
| 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;
};