UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

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; }