UNPKG

@lg-tools/crawler

Version:

Crawler for MongoDB documentation and other sites

4 lines 248 B
export { MDB_DB, SOURCES } from './constants'; export { processSingleUrl } from './utils/processSingleUrl'; export { recursiveCrawlFromBaseURL, type RecursiveCrawlOptions, } from './utils/recursiveCrawlFromBase'; //# sourceMappingURL=index.d.ts.map