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
/
src
/
index.ts
7 lines
(6 loc)
•
233 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
{ allowedDomains,
MDB_DB
,
SOURCES
}
from
'./constants'
;
export
{ processSingleUrl }
from
'./utils/processSingleUrl'
;
export
{ recursiveCrawlFromBaseURL,
type
RecursiveCrawlOptions
, }
from
'./utils/recursiveCrawlFromBase'
;