• Returns a new object with the given key picked. Same as lodash.get.

    Type Parameters

    • V

    Parameters

    • obj: any
    • path: string | number | symbol

    Returns V