Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/bc5afd6bf2a586287018f19a37f0e549cc78fe0b5fb190b328179af159fce246f849991602558dfc1f45f8ba9143298bd97d97758b6f129b2b5dee8bab111f
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
229 B
Text

/**
* Parses a module with SWC using an LRU cache where the parsed module will
* be indexed by a sha of its content holding up to 500 entries.
*/
export declare const parseModule: (_: string, content: string) => Promise<any>;