Rocky_Mountain_Vending/.pnpm-store/v10/files/f0/aa46eb91b3fa15425ec62834399bb362f9ced9a36d1d68c0667a48bd9818e0c7bdbd48d0d63956862ce433551b28d74512d38130c844d3665790f8f5403af8
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

5 lines
181 B
Text

/**
* @internal
* Calculate a capped, fully-jittered exponential backoff time.
*/
export declare const defaultDelayDecider: (delayBase: number, attempts: number) => number;