From 45afe25571321ba9164f593f282cc3793d7bf74d Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:13:22 +0000 Subject: [PATCH] feat: Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aacd56f..c81cda4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ It ships with an [UMD](https://github.com/umdjs/umd) bundle by default (which wo ```ts import { waitUntil } from 'async-wait-until'; +import { WAIT_FOREVER } from 'async-wait-until'; // ... await waitUntil(() => document.querySelector('#hey') != null);