You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
243 B

  1. /*!
  2. * [node-mongodb-native](https://github.com/mongodb/node-mongodb-native) ObjectId
  3. * @constructor NodeMongoDbObjectId
  4. * @see ObjectId
  5. */
  6. var ObjectId = require('bson').ObjectID;
  7. /*!
  8. * ignore
  9. */
  10. module.exports = exports = ObjectId;