deno.land / x / mongoose@6.7.5 / lib / types / decimal128.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * Decimal128 type constructor * * #### Example: * * const id = new mongoose.Types.Decimal128('3.1415'); * * @constructor Decimal128 */
'use strict';
module.exports = require('../driver').get().Decimal128;
mongoose

Version Info

Tagged at
a year ago