decimal128.js 206 B

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