Rocky_Mountain_Vending/.pnpm-store/v10/files/89/32663ed798bc1ab1f1516fc6b6be047f34ebf9c403ba5268b2f437295a481a64403248b3dba3a38452f361976a7915a957e761654ccee91329fa9688c129a8
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
230 B
Text

/**
* Evaluates whether a string is a DNS compatible bucket name and can be used with
* virtual hosted style addressing.
*/
export declare const isVirtualHostableS3Bucket: (value: string, allowSubDomains?: boolean) => boolean;