Rocky_Mountain_Vending/.pnpm-store/v10/files/a8/14ae9b3e640b9afe513983b13f47385bf864b4a343d61f334a316f227d034053d6579cb71bb69271589103bc9ddc73029b94aab20863e0e78346f74652fa72
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
181 B
Text

/**
* @internal
*
* Recursively parses object and populates value is node from
* "#text" key if it's available
*/
export declare const getValueFromTextNode: (obj: any) => any;