django-vue3-admin-web/node_modules/xe-utils/helperCheckCopyKey.js
2025-10-20 21:21:14 +08:00

6 lines
134 B
JavaScript

function helperCheckCopyKey (key) {
return key !== '__proto__' && key !== 'constructor'
}
module.exports = helperCheckCopyKey