Rocky_Mountain_Vending/.pnpm-store/v10/files/55/b3d582d094857eadfbcf13b92ba3d1399f46beb5c2ce903c18a1f9bbc17d4dce686f6c3dffdf561585043b5df45d34fde16a11e067473329b55a65e0b97d1a
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
291 B
Text

import { HTML_LIMITED_BOT_UA_RE } from './html-bots';
export declare const HTML_LIMITED_BOT_UA_RE_STRING: string;
export { HTML_LIMITED_BOT_UA_RE };
export declare function isBot(userAgent: string): boolean;
export declare function getBotType(userAgent: string): 'dom' | 'html' | undefined;