UNPKG

waitee

Version:

Small library to manage moments when you need to wait something to happen. So you don't need to write wait-events by yourself.

9 lines (8 loc) 156 B
export interface OptionsInterface { for: number; attempts: number; interval: number; a: any; b: any; throwError: boolean; }