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
/
constants.d.ts
7 lines
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
MDB_URI
:
string
;
export
declare
const
MDB_DB
:
"rag-sources"
;
export
declare
const
SOURCES
: {
url
:
string
;
collection
:
string
; }[];
//# sourceMappingURL=constants.d.ts.map