UNPKG

es6-crawler-detect

Version:

This is an ES6 adaptation of the original PHP library CrawlerDetect, this library will help you detect bots/crawlers/spiders vie the useragent.

5 lines 159 B
import { Provider } from './provider'; export declare class Exclusions implements Provider { getAll(): string[]; } //# sourceMappingURL=exclusions.d.ts.map