mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-05-22 23:06:56 +00:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
module.exports = Number.isNaN || function isNaN(a) {
|
|
return a !== a;
|
|
};
|