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
/
utils
/
connectToMongoDB.d.ts
6 lines
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
MongoClient
}
from
'mongodb'
;
/** * Connect to MongoDB */
export
declare
function
connectToMongoDB
(
):
Promise
<
MongoClient
>;
//# sourceMappingURL=connectToMongoDB.d.ts.map