deno.land / x / mongoose@6.7.5 / lib / drivers / browser / index.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*! * Module exports. */
'use strict';
exports.Binary = require('./binary');exports.Collection = function() { throw new Error('Cannot create a collection from browser library');};exports.getConnection = () => function() { throw new Error('Cannot create a connection from browser library');};exports.Decimal128 = require('./decimal128');exports.ObjectId = require('./objectid');exports.ReadPreference = require('./ReadPreference');
mongoose

Version Info

Tagged at
a year ago