UNPKG

mobx-bonsai

Version:

A fast lightweight alternative to MobX-State-Tree + Y.js two-way binding

9 lines (8 loc) 241 B
/** * Returns if the target is a "child" of the tree of the given "parent" node. * * @param child Target node. * @param parent Parent node. * @returns */ export declare function isChildOfParent(child: object, parent: object): boolean;