diff options
Diffstat (limited to 'node_modules/mongoose/lib/options.js')
-rw-r--r-- | node_modules/mongoose/lib/options.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/mongoose/lib/options.js b/node_modules/mongoose/lib/options.js deleted file mode 100644 index 8e9fc29..0000000 --- a/node_modules/mongoose/lib/options.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -/*! - * ignore - */ - -exports.internalToObjectOptions = { - transform: false, - virtuals: false, - getters: false, - _skipDepopulateTopLevel: true, - depopulate: true, - flattenDecimals: false -}; |