Rocky_Mountain_Vending/.pnpm-store/v10/files/9d/d2e5f7460d62875743f9e6a2f3ce9c05b022dd1a42aeda2167b93beade658c2bcfaf28f66db79df9652a006b9efc568d56576e1e00668a77c5254f65c0ffc3
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

8 lines
No EOL
258 B
Text

/**
* Tries to resolve the hostname. Returns true if succeeds.
*
* @param {String} host is the hostname from the URL.
* @return {Boolean}
*/
export default function isResolvable(host: string): Promise<boolean>;
//# sourceMappingURL=isResolvable.d.ts.map