Rocky_Mountain_Vending/.pnpm-store/v10/files/b1/fb3e8a2eb68dc6ccf04b2a50253c3953e80cd9c3c4992a0aa70476cafa2e35730f4c6e5e8d8b060bb1939896b55c044b5f15c07fe50de7bdc26b8e6c0a9ffd
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

2 lines
109 B
Text

export declare function djb2Hash(str: string): number;
export declare function hexHash(str: string): string;