UNPKG

@lg-tools/crawler

Version:

Crawler for MongoDB documentation and other sites

3 lines 150 B
import { CrawlerOptions } from './types'; export declare function crawl(options: CrawlerOptions): Promise<void>; //# sourceMappingURL=crawler.d.ts.map