Skip to main content
Module

x/retry/.vscode/settings.json

Re-execute a function until it does not throw an error or execute a function with a timeout.
Very Popular
Go to Latest
File
{ "deno.enable": true, "deno.unstable": true, "deno.lint": true, "deno.import_intellisense_origins": { "https://deno.land": true, }, "[typescript]": { "editor.defaultFormatter": "denoland.vscode-deno", },}