async-retry icon indicating copy to clipboard operation
async-retry copied to clipboard

Alternative, in TypeScript

Open vitaly-t opened this issue 1 year ago • 2 comments

This project hasn't been updated in years, and so for those having issues with TypeScript...

Here's an alternative, in TypeScript (strict mode), plus JavaScript, for a complete solution, without libraries.

vitaly-t avatar Aug 11 '24 13:08 vitaly-t

@vitaly-t feel free to use async-wait-until — it's still maintained

devlato avatar Apr 17 '25 14:04 devlato

I wouldn't bring in a whole separate library for something as simple. This implementation does it all, and it is just one function.

vitaly-t avatar Apr 24 '25 12:04 vitaly-t