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