mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-03 18:55:08 +00:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
module.exports = Number.isNaN || function isNaN(a) {
|
|
return a !== a;
|
|
};
|