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.

4 lines 92 B
export interface Provider { getAll(): string[]; } //# sourceMappingURL=provider.d.ts.map