refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.
This commit is contained in:
5
node_modules/rxjs/_esm2015/internal/scheduler/animationFrame.js
generated
vendored
Normal file
5
node_modules/rxjs/_esm2015/internal/scheduler/animationFrame.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { AnimationFrameAction } from './AnimationFrameAction';
|
||||
import { AnimationFrameScheduler } from './AnimationFrameScheduler';
|
||||
export const animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);
|
||||
export const animationFrame = animationFrameScheduler;
|
||||
//# sourceMappingURL=animationFrame.js.map
|
Reference in New Issue
Block a user