/** * Decimal128 type constructor * * #### Example: * * const id = new mongoose.Types.Decimal128('3.1415'); * * @constructor Decimal128 */ 'use strict'; module.exports = require('bson').Decimal128;