15 lines
208 B
JavaScript
15 lines
208 B
JavaScript
|
'use strict';
|
||
|
|
||
|
/*!
|
||
|
* ignore
|
||
|
*/
|
||
|
|
||
|
exports.internalToObjectOptions = {
|
||
|
transform: false,
|
||
|
virtuals: false,
|
||
|
getters: false,
|
||
|
_skipDepopulateTopLevel: true,
|
||
|
depopulate: true,
|
||
|
flattenDecimals: false
|
||
|
};
|