Rocky_Mountain_Vending/.pnpm-store/v10/files/65/840b8d7ea8b394186b696365de46d0acd3f59bdb4c316f03fe583ae8c3bc0621c86216a6bed8a9b8401c54904eb21e535f8356267fec0207b69d3c0ba65851
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

5 lines
128 B
Text

export declare const isSameSecond: import("./types.js").FPFn2<
boolean,
string | number | Date,
string | number | Date
>;