#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 }); ```
give-parents
Homepage Repository npm JavaScript Download
npm install give-parents@2.0.0
#Give Parents