View on GitHub -- View on deno.land
- Description: Expose your localhost to the web. Ultra-simple deno wrapper for ngrok
View on GitHub -- View on deno.land
- Description: Easily upload files to the Hack club CDN
View on GitHub -- View on deno.land
- Description: Strictly typed EventTarget for Deno and the Browser
View on GitHub -- View on deno.land
- Description: Get the latest release URL from any hosting provider. Supports pattern matching
View on GitHub -- View on deno.land
- Description: Abstraction for exponential and custom retry strategies for failed operations.
- Original module: retry
- Changes: Deno, TypeScript, ES6+
View on GitHub -- View on deno.land
- Description: Promise queue with concurrency control. Useful for rate-limiting async (or sync) operations. For example, when interacting with a REST API or when doing CPU/memory intensive tasks.
- Original module: p-queue
View on GitHub -- View on deno.land
- Description: Retry a promise-returning or async function. Abstraction for exponential and custom retry strategies for failed operations
- Original module: p-retry
View on GitHub -- View on deno.land
- Description: Timeout a promise after a specified amount of time
- Original module: p-timeout
View on GitHub -- View on deno.land
- Description: A finite state machine library with a friendly configuration DSL.
- Original module: finity