Your IP : 216.73.217.13


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

'use strict';

/*!
 * ignore
 */

let driver = null;

module.exports.get = function() {
  return driver;
};

module.exports.set = function(v) {
  driver = v;
};