TenantAtlas/apps/platform/.pnpm-store/v10/files/6a/8efd092022170f34cc1f42d5669a367da55fd442bacde101c709fd999bbc61f0ee06f73cf99628c76403e62ff22d4cc3eb5ff5bbcaac5c147557200fb7f2e1
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

6 lines
99 B
Plaintext

'use strict';
export default function isCancel(value) {
return !!(value && value.__CANCEL__);
}