Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
5
node_modules/next/dist/shared/lib/router/utils/is-bot.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/shared/lib/router/utils/is-bot.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue