Rocky_Mountain_Vending/.pnpm-store/v10/files/32/a0b57ea58c8d5e046cd372042b5a6e8ae0b82841e1e5221d28b7dbc3cade06a264580c142c0309a7ad7aa81fb8e8853b12de239b680b6277d40fcd5eda43e1
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

7 lines
202 B
Text

/**
* @internal
*
* The XML parser will set one K:V for a member that could
* return multiple entries but only has one.
*/
export declare const getArrayIfSingleItem: <T>(mayBeArray: T) => T | T[];