Ohm-Management - Projektarbeit B-ME
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.

objectid.js 263B

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