Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/e5253c09d94f070df6ca797da508171e88749f4037815f726895051facaa3ee0d608160109e88d5b33b1011960dbb1d34267ebb256ec8f3619b5506b6ba67f
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

4 lines
101 B
Text

export declare const isClockSkewed: (
clockTime: number,
systemClockOffset: number
) => boolean;