mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
docs(core/stdlib): update @since annotation for clarity
This commit is contained in:
@@ -38,6 +38,7 @@ const RetryEarlyExit = Symbol('RetryEarlyExit');
|
||||
* .then(response => response.json())
|
||||
* }, { times: 3, delay: 1000 });
|
||||
*
|
||||
* @since 0.0.8
|
||||
*/
|
||||
export async function retry<Return>(
|
||||
fn: RetryFunction<Return>,
|
||||
|
||||
Reference in New Issue
Block a user