Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/ims-connector/node_modules/mongoose/lib/drivers/browser/
Upload File :
Current File : //home/deltalab/PMS/ims-connector/node_modules/mongoose/lib/drivers/browser/index.js

/*!
 * 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');