• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module.exports = Number.isNaN || function isNaN(a) {
2	return a !== a;
3};
4