astro-ghostcms/.pnpm-store/v3/files/7c/691b909874d40b8e4c67abae793...

6 lines
88 B
Plaintext

'use strict';
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};