1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

docs(core/stdlib): update @since annotation for clarity

This commit is contained in:
2025-07-28 14:42:30 +07:00
parent 01b13d6a65
commit a61fb85088

View File

@@ -38,6 +38,7 @@ const RetryEarlyExit = Symbol('RetryEarlyExit');
* .then(response => response.json()) * .then(response => response.json())
* }, { times: 3, delay: 1000 }); * }, { times: 3, delay: 1000 });
* *
* @since 0.0.8
*/ */
export async function retry<Return>( export async function retry<Return>(
fn: RetryFunction<Return>, fn: RetryFunction<Return>,