Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/rxjs/internal/scheduler/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AsapScheduler extends AsyncScheduler {
    flush(action?: AsyncAction<any>): void;
}