Rocky_Mountain_Vending/.pnpm-store/v10/files/05/b992dde6a1b2b2d72b40ecefcc08f3dd93b911bb8b0e97d816fcdc42930e4d7fd385a1ef2c1a1dfe15ba51f46c169b342d3a2a23376f5069cd53eb6ec2656f
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
182 B
Text

export declare type BrowserEncoding = 'hex' | 'base64' | 'utf8';
/**
* @hidden
*/
export declare const mustGetEncoder: (encoding: BrowserEncoding) => (data: Uint8Array) => string;