Rocky_Mountain_Vending/.pnpm-store/v10/files/8f/ac2ca969db19a532580fc86cee7b1b8644d84c07e3197d222f78ad52086af684794eede04f5b5dd379bc3318b8fae1213b814cab4e6eaa27fa12a480d33cf1
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
171 B
Text

export declare function encryptWithSecret(secret: Buffer, data: string): string;
export declare function decryptWithSecret(secret: Buffer, encryptedData: string): string;