Search npm for packages to use with Deno
Millions of packages that you already know npm are just a few keystrokes away.
Add them to your projects with a simple command that will already feel familar.
Add them to your projects with a simple command that will already feel familar.
promise-do-whilst
Calls a function repeatedly while a condition returns true and then resolves the promise
promise-until
Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise
promise-do-until
Calls a function repeatedly until a condition returns true and then resolves the promise