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