Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/mongoose/lib/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/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;
};