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.

4 lines (3 loc) 68 B
export interface BInterface { b(b: any): Promise<boolean>; }