• Given an object and a key or deepkey, returns the object that directly holds the member being referred to (.parent) and the member key in it (.member).

    Parameters

    Returns {
        member: any[] | IKey;
        parent: any;
    }

    • member: any[] | IKey
    • parent: any

    Example