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:
@@ -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>,
|
||||||
|
|||||||
Reference in New Issue
Block a user