TenantAtlas/apps/platform/.pnpm-store/v10/files/91/5c7ad3c4f91244b9e4faad27f44cf352d882f016fa9075c7c4b8609809d4284d24b1bfedd6543852cb634dd1a842397bf0a4b4238817b2f6fe1a5a636b5864
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

5 lines
215 B
Plaintext

import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export var asapScheduler = new AsapScheduler(AsapAction);
export var asap = asapScheduler;
//# sourceMappingURL=asap.js.map