Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/7ae08f19a3df608bc738402f69e169b9118eb9a28b68a05f6e2703378456074a16a083b263bfca8e3c1d6d9b498a1600cd4c3bf741f429923bdb2fb7fcd0c5
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

9 lines
No EOL
400 B
Text

/**
* Parse a sample rate from a given value.
* This will either return a boolean or number sample rate, if the sample rate is valid (between 0 and 1).
* If a string is passed, we try to convert it to a number.
*
* Any invalid sample rate will return `undefined`.
*/
export declare function parseSampleRate(sampleRate: unknown): number | undefined;
//# sourceMappingURL=parseSampleRate.d.ts.map