Rocky_Mountain_Vending/.pnpm-store/v10/files/89/ad2701eecf80fddf7510a0075fa72a6e44331d114f8484a43dd6889cce2eec490bdc789d7655ba4d23a8045fe07e79039a807e0037b00e278e5c6389bd659e
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

3 lines
129 B
Text

export declare function byteLength(b64);
export declare function toByteArray(b64);
export declare function fromByteArray(uint8);