UNPKG

asva-executors

Version:

Helper classes for your async flow control

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