Rocky_Mountain_Vending/.pnpm-store/v10/files/e1/1aaf9164b37957b25adfe94ff9ffc9646c76d02527ef9e0e70d2036fd4638217395ea53a508ceb0849dbce3ec1e535a7ea03df2d2ea780233281c202c7883f
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

8 lines
235 B
Text

/**
* @internal
*
* Returns a date that is corrected for clock skew.
*
* @param systemClockOffset The offset of the system clock in milliseconds.
*/
export declare const getSkewCorrectedDate: (systemClockOffset: number) => Date;