Projekt

Obecné

Profil

Stáhnout (82 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
'use strict';
2
module.exports = Number.isNaN || function (x) {
3
	return x !== x;
4
};