Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/deltalab/PMS/ims-connector/node_modules/es-abstract/helpers/
Upload File :
Current File : //proc/thread-self/root/home/deltalab/PMS/ims-connector/node_modules/es-abstract/helpers/isNaN.js

'use strict';

module.exports = Number.isNaN || function isNaN(a) {
	return a !== a;
};