UNPKG

which-bot

Version:

detect which bot is from user-agent and is trustable

13 lines (12 loc) 231 B
export interface RuleItem { company: string; bots: { name: string; pattern: RegExp; }[]; hosts?: string[]; } declare const _default: (RuleItem & { pattern: RegExp; })[]; export default _default;