mirror of
https://github.com/actions/labeler
synced 2026-05-11 16:21:06 +02:00
build
This commit is contained in:
2
node_modules/es-abstract/helpers/isNaN.js
generated
vendored
2
node_modules/es-abstract/helpers/isNaN.js
generated
vendored
@@ -1,3 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = Number.isNaN || function isNaN(a) {
|
||||
return a !== a;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user