mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-02 19:17:22 +01:00
5 lines
82 B
JavaScript
Vendored
5 lines
82 B
JavaScript
Vendored
'use strict';
|
|
module.exports = Number.isNaN || function (x) {
|
|
return x !== x;
|
|
};
|