• Async equivalent of destructure. This will resolve any promises in the member path, so it returns a Promise that resolves to the same type of object as the one returned by destructure.

    Parameters

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

    Example