UNPKG
@lg-tools/crawler
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
Crawler for MongoDB documentation and other sites
@lg-tools/crawler
/
dist
/
types
/
crawler.d.ts
3 lines
•
150 B
TypeScript
View Raw
1
2
3
import
{
CrawlerOptions
}
from
'./types'
;
export
declare
function
crawl
(
options: CrawlerOptions
):
Promise
<
void
>;
//# sourceMappingURL=crawler.d.ts.map