TenantAtlas/apps/platform/.pnpm-store/v10/files/7c/dec653ab4377c484847a4ad39dde7f7d3ece3b15bc2351d8413ea341bf7085895e310b50693cfcce32830f570c84f9c851257f8e03fbdff375ee2dfa4ee470
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

7 lines
121 B
Plaintext

'use strict';
/** @type {import('./isNaN')} */
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};