Closed jimmywarting closed 7 years ago
You are using 1% of lodash... is it worth including?
.find .keys _.isArray
can all be switched to
arr.find Object.keys(obj) Array.isArray
Thanks for pointing it out. Sure, will be done.
You are using 1% of lodash... is it worth including?
.find .keys _.isArray
can all be switched to
arr.find Object.keys(obj) Array.isArray