Vaishak Kallore
Results
1
comments of
Vaishak Kallore
@benwoodward @devlato following worked for me (v16.13.0). ```js import waitUntilPackage from 'async-wait-until'; const { waitUntil } = waitUntilPackage; ``` I have the type module in `package.json` ``` "type": "module", ```