TenantAtlas/apps/platform/.pnpm-store/v10/files/f0/e0f79843d421ccc70a101c91b1117f364ed83ea28b0596df44f5786428452e0fe0a188d2e91f2171f20bd400209c8eab375730a5f9b3c22fde8086407bb610
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
315 B
Plaintext

import { AnimationFrameAction } from './AnimationFrameAction';
import { AnimationFrameScheduler } from './AnimationFrameScheduler';
export var animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);
export var animationFrame = animationFrameScheduler;
//# sourceMappingURL=animationFrame.js.map