Rocky_Mountain_Vending/.pnpm-store/v10/files/d7/0f0d7c2e93d6ceca29d6bd6d5b6d87e4deea296fda94457e6b3bd11383ef3f62e8e93e81554092903842c4fc9c4119a65bca9d3d12bd209e30fe014bc81050
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
171 B
Text

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