[EDIT] FILE: isOperator.js.tar
home/koolde6/public_html/lovestrong/server/node_modules/mongoose/lib/helpers/query/isOperator.js 0000755 00000000277 15073614334 0027435 0 ustar 00 'use strict'; const specialKeys = new Set([ '$ref', '$id', '$db' ]); module.exports = function isOperator(path) { return ( path[0] === '$' && !specialKeys.has(path) ); };
SAVE
CANCEL