mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-21 01:58:02 +02:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
![]() |
module.exports = Number.isNaN || function isNaN(a) {
|
||
|
return a !== a;
|
||
|
};
|