Rocky_Mountain_Vending/.pnpm-store/v10/files/10/df49d1664b9941155d8efb47ae5ea6d361cf2eb0e7f5e194ac820130f0f1a1ecfcf8cedb1cc61a4f6b69dbd58966f33c70ccbb052eb91f8b98876895b45170
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
176 B
Text

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