Files
novarix.uk/node_modules/next/dist/shared/lib/router/utils/is-bot.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

6 lines
291 B
TypeScript

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;