芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/mongoose/lib/options/removeOptions.js
'use strict'; const clone = require('../helpers/clone'); class RemoveOptions { constructor(obj) { if (obj == null) { return; } Object.assign(this, clone(obj)); } } module.exports = RemoveOptions;