This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

View File

@@ -14,17 +14,20 @@ const VALID_OPTIONS = Object.freeze([
'debug',
'maxTimeMS',
'objectIdGetter',
'returnOriginal',
'runValidators',
'selectPopulatedPaths',
'setDefaultsOnInsert',
'strict',
'strictQuery',
'toJSON',
'toObject',
'typePojoToMixed',
'useCreateIndex',
'useFindAndModify',
'useNewUrlParser',
'usePushEach',
'useUnifiedTopology',
'typePojoToMixed'
'useUnifiedTopology'
]);
module.exports = VALID_OPTIONS;