Rocky_Mountain_Vending/.pnpm-store/v10/files/87/7f3a0d4bde619a940bbb613b7111bdd852ea4c72723eb6919f62ec449e0af23b7bd783e0c1f5370e46e0bfa71088c0510e0c013545832ed8877258aaeef7a1
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
219 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;