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