UNPKG

xe-utils

Version:

JavaScript 函数库、工具类

6 lines (4 loc) 134 B
function helperCheckCopyKey (key) { return key !== '__proto__' && key !== 'constructor' } module.exports = helperCheckCopyKey