UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

13 lines (12 loc) 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromAnimationFrame = void 0; var create_animation_frame_loop_1 = require("../../../../../../misc/timer/create-animation-frame-loop.cjs"); function fromAnimationFrame() { return function (emit) { return (0, create_animation_frame_loop_1.createAnimationFrameLoop)(emit); }; } exports.fromAnimationFrame = fromAnimationFrame;