Removes the value at the specified path, also traversing object arrays.
npm i weedout --save
Usage
const weedout = const foo = // foo = {}
const weedout = const foo = // bar = {// foo: [{}]// }
Contributing
I'd love for you to contribute and make weedout even better than it is today!
git clone https://github.com/Zertz/weedout.git
npm install
npm test