TenantAtlas/apps/platform/.pnpm-store/v10/files/fa/276efcae057d3d3e6db2b8bdb63df09e05f4653cc18bbc89bc1bdbe5baaa8c72594857eb6a843c501732e36a13d0fbbd1ef70366a8d4eae0444869c7a2eb14
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
229 B
Plaintext

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export const asyncScheduler = new AsyncScheduler(AsyncAction);
export const async = asyncScheduler;
//# sourceMappingURL=async.js.map