until.d.ts 111 B

1
  1. export declare const until: (check: () => boolean | Promise<boolean>, pollInterval?: number) => Promise<void>;