Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/baeead4e70f4f4cee2b7eda2d21e149a6628fc066f41bbd4c3f6db157781b78abca58cba24cde5713ef8eeb64e1b9ff7ca16778ca6358e5f8133bd10328959
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
228 B
Text

/**
* @internal
*/
export declare function toUint8Array(): Uint8Array;
export declare function resize(size: number): void;
/**
* @param _input - JS data object.
*/
export declare function encode(_input: any): void;