UNPKG

@icanvas/webpack

Version:

这是icanvas的默认webpack打包配置

9 lines (8 loc) 201 B
module.exports = function(object) { var has = object; for (let i = 1; i < arguments.length; i++) { if (has === null || typeof has != 'object') return; has = has[arguments[i]]; } return has; };