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