UNPKG

xe-utils

Version:

JavaScript 函数库、工具类

6 lines (4 loc) 132 B
function helperCheckCopyKey (key) { return key !== '__proto__' && key !== 'constructor' } export default helperCheckCopyKey