UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

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