TenantAtlas/apps/platform/.pnpm-store/v10/files/ee/0884233d5f259204c4abf2527e95ee2aad0eb133c34de9f1bb5aaaad2d967b03ef676baac587dc16ada18edc82d053e86470d88a713ac9544f61ddae784126
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

14 lines
367 B
Plaintext

/**
* Helper functions to schedule and unschedule microtasks.
*/
export declare const Immediate: {
setImmediate(cb: () => void): number;
clearImmediate(handle: number): void;
};
/**
* Used for internal testing purposes only. Do not export from library.
*/
export declare const TestTools: {
pending(): number;
};
//# sourceMappingURL=Immediate.d.ts.map