Files
retanoj c5b6b804e0 1. upgrade vulnerable package
2. fix test unit
2022-03-22 18:55:59 +08:00

17 lines
263 B
JavaScript

/*!
* [node-mongodb-native](https://github.com/mongodb/node-mongodb-native) ObjectId
* @constructor NodeMongoDbObjectId
* @see ObjectId
*/
'use strict';
const ObjectId = require('mongodb').ObjectId;
/*!
* ignore
*/
module.exports = exports = ObjectId;