p-do-whilst
Calls a function repeatedly while a condition returns true and then resolves the promise
Updated by @sindresorhus
pipe-transaction
The official library for managing multi-stage operations. Support async actions
Updated by @ariel_dayan
@stdlib/utils-async-do-until
Invoke a function until a test condition is true.
Updated by @stdlib-bot
@stdlib/utils-async-do-while
Invoke a function while a test condition is true.
Updated by @stdlib-bot
auth0-fetch
auth0 library for cloudflare's durable objects and workers with sessions
Updated by @janat08
@stdlib/utils-do-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Updated by @stdlib-bot
@stdlib/utils-do-until-each
Until a test condition is true, invoke a function for each element in a collection.
Updated by @stdlib-bot
@stdlib/utils-do-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Updated by @stdlib-bot
@stdlib/utils-do-while-each
While a test condition is true, invoke a function for each element in a collection.
Updated by @stdlib-bot
kow-do-spaces
A simple wrapper that lets you upload and delete files in DigitalOcean's spaces object storage in case you do not want to add aws-sdk to your project's dependencies directly since …
Updated by @kaionesyan
dictionary-es-do
Spanish (or Castilian; Dominican Republic) spelling dictionary in UTF-8.
Updated by @wooorm
local-neighborhood-handyman
Connecting people with local neighborhood handyman services
Updated by @hiredreviews
promise-until
Calls a function repeatedly if a condition returns false and until the condition returns true and then resolves the promise
Updated by @buster
promise-do-whilst
Calls a function repeatedly while a condition returns true and then resolves the promise
Updated by @buster