give-parents

give-parents


License
MIT
Install
npm install give-parents@2.0.0

Documentation

#Give Parents


##Recursively gives JS objects with a null property of "parent", the value of the object, which contains it.
```javascript giveParents(someObject, function(){ console.log(someObject); //callback }); ```