diff options
Diffstat (limited to 'node_modules/mongoose/lib/options/removeOptions.js')
-rw-r--r-- | node_modules/mongoose/lib/options/removeOptions.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/mongoose/lib/options/removeOptions.js b/node_modules/mongoose/lib/options/removeOptions.js deleted file mode 100644 index 0d91586..0000000 --- a/node_modules/mongoose/lib/options/removeOptions.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -const clone = require('../helpers/clone'); - -class RemoveOptions { - constructor(obj) { - if (obj == null) { - return; - } - Object.assign(this, clone(obj)); - } -} - -module.exports = RemoveOptions;
\ No newline at end of file |