diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts deleted file mode 100644 index ff6d5fb9..00000000 --- a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { AsyncAction } from './AsyncAction'; -import { AsyncScheduler } from './AsyncScheduler'; -export declare class AnimationFrameScheduler extends AsyncScheduler { - flush(action?: AsyncAction<any>): void; -} |