indix / web-auto-extractor

Automatically extracts structured information from webpages
MIT License
108 stars 30 forks source link

Remove lodash #14

Closed jimmywarting closed 7 years ago

jimmywarting commented 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

Vasanth-Indix commented 7 years ago

Thanks for pointing it out. Sure, will be done.