overArgs
"Use only that which works, and take it from any place you can find it." —Bruce Lee
本文为 《lodash 源码阅读》 系列文章,后续内容会在 github 中发布,欢迎 star,gitbook 同步更新。
源码
原理
overArgs
将传入的 args
参数,按序传给 transforms
函数数组执行,并将处理结果组成成新的参数 args
数组,传给 func
执行。
相关链接
Last updated
Was this helpful?