Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/es-abstract/helpers/isNaN.js

'use strict';

module.exports = Number.isNaN || function isNaN(a) {
	return a !== a;
};
Back to Directory File Manager