UNPKG

asva-executors

Version:

Helper classes for your async flow control

5 lines (4 loc) 173 B
import CacheExecutor from './CacheExecutor'; export default class CacheExecutorFactory { static getTimedExecutor(next?: () => void, time?: number): CacheExecutor; }