mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 14:42:16 +03:00
7 lines
334 B
TypeScript
7 lines
334 B
TypeScript
// Type definitions for bot-detection submodule of UAParser.js v2.0.7
|
|
// Project: https://github.com/faisalman/ua-parser-js
|
|
// Definitions by: Faisal Salman <https://github.com/faisalman>
|
|
|
|
export function isAIAssistant(ua: string): boolean;
|
|
export function isAICrawler(ua: string): boolean;
|
|
export function isBot(ua: string): boolean; |