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
/
index.d.ts
4 lines
•
248 B
TypeScript
View Raw
1
2
3
4
export
{
MDB_DB
,
SOURCES
}
from
'./constants'
;
export
{ processSingleUrl }
from
'./utils/processSingleUrl'
;
export
{ recursiveCrawlFromBaseURL,
type
RecursiveCrawlOptions
, }
from
'./utils/recursiveCrawlFromBase'
;
//# sourceMappingURL=index.d.ts.map