- This is virtual module. It represent for mongodb module
- mongodb module locate at npm with name is mongodb
Example
const mongodb = require('mongodb')
Type Definitions
MongoClient
- Instance of connection to mongodb server
- For detail, see MongoClient