Rocky_Mountain_Vending/.pnpm-store/v10/files/eb/5e6516d442027229db457e3a0eb8fb98cb3001819718fdbcc8a4c78f38b9030d7e8ab625be6c647fd97673d48f3c2322f1c230c5a9ea4db9157a7dd2f29a9b
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

14 lines
No EOL
286 B
Text

/**
* @license
* Copyright 2024 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export declare function createIncrementalIdGenerator(): GetIdFn;
/**
* @internal
*/
export type GetIdFn = () => number;
//# sourceMappingURL=incremental-id-generator.d.ts.map