@common-utilities/repeat
v0.1.3
Published
A common function composed of function arguments which recursively invoke a callback function based on iterations returning a final value
Downloads
27
Maintainers
Readme
@common-utilities/repeat 🧰🔁
Repeat is a common function composed of function arguments which recursively invoke a callback function based on iterations returning a final value.
The repeat function can be used to replace while loops.
Check out the repeat page in the docs. License, MIT