有没有办法在JavaScript中扩展lodash?如果是这样,怎么样?
谢谢!
_.mixin({ 'myFunction' : function(someParam) { //body of function } });
Lodash mixin