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.

decimal128.js 203B

12345678910111213
  1. /**
  2. * ObjectId type constructor
  3. *
  4. * ####Example
  5. *
  6. * var id = new mongoose.Types.ObjectId;
  7. *
  8. * @constructor ObjectId
  9. */
  10. 'use strict';
  11. module.exports = require('../driver').get().Decimal128;