Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/mongoose/lib/helpers/query/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/mongoose/lib/helpers/query/validOps.js

'use strict';

module.exports = Object.freeze([
  // Read
  'count',
  'countDocuments',
  'distinct',
  'estimatedDocumentCount',
  'find',
  'findOne',
  // Update
  'findOneAndReplace',
  'findOneAndUpdate',
  'replaceOne',
  'update',
  'updateMany',
  'updateOne',
  // Delete
  'deleteMany',
  'deleteOne',
  'findOneAndDelete',
  'findOneAndRemove',
  'remove'
]);