biofriction-wp-theme/node_modules/rxjs/scheduler/AsapScheduler.d.ts

6 lines
202 B
TypeScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AsapScheduler extends AsyncScheduler {
flush(action?: AsyncAction<any>): void;
}