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.

5 lines (4 loc) 171 B
import { sleep, timer } from './helpers'; export { sleep as for, timer }; declare const until: (param1?: object | Function, param2?: object) => any; export { until };