frontend/.pnpm-store/v3/files/73/5514c392a46a53d413e815c6b13cf19095a28259b4078f25211b795343f9224fbbf701d8bd6842d85b829f5f2d21bf864e7e256d346dc854e5299575054e61

7 lines
445 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var AnimationFrameAction_1 = require("./AnimationFrameAction");
var AnimationFrameScheduler_1 = require("./AnimationFrameScheduler");
exports.animationFrameScheduler = new AnimationFrameScheduler_1.AnimationFrameScheduler(AnimationFrameAction_1.AnimationFrameAction);
exports.animationFrame = exports.animationFrameScheduler;
//# sourceMappingURL=animationFrame.js.map