childparent
v0.0.2
Published
👶 add child methods to parent, or parent methods to child, optionally binding thisArg.
Downloads
5
Maintainers
Readme
👶 childparent
add child methods to parent, or parent methods to child, optionally binding thisArg.
childToParentMethods({
child: this,
parent: anotherObject,
thisArg: this,
})