Your IP : 216.73.216.52


Current Path : /home/deltalab/PMS/partner-manager-backend/node_modules/mongoose/lib/options/
Upload File :
Current File : //home/deltalab/PMS/partner-manager-backend/node_modules/mongoose/lib/options/saveOptions.js

'use strict';

const clone = require('../helpers/clone');

class SaveOptions {
  constructor(obj) {
    if (obj == null) {
      return;
    }
    Object.assign(this, clone(obj));
  }
}

module.exports = SaveOptions;