UNPKG

testastra

Version:

** testastra **

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