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 155 B
import { Provider } from './provider'; export declare class Crawlers implements Provider { getAll(): string[]; } //# sourceMappingURL=crawlers.d.ts.map