0
0
зеркало из https://github.com/biobulkbende/biobulkbende.org.git synced 2025-07-09 06:40:54 +00:00
Files
biobulkbende.org/node_modules/es-abstract/helpers/isNaN.js
2020-09-16 14:23:28 +02:00

6 строки
88 B
JavaScript

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