soft extend 无损扩展
软扩展轻轻地扩展任何对象,即不要替换现有属性,只需附加新属性。 var sextend = require ( 'soft-extend' ) ; var defaults = { tintensity : 100 , thold : true } //the very common use-case function MyClass ( options ) { tthis . options = sextend ( options || { } , defaults ) ; }
下载地址
用户评论