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

6 lines
88 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};