• get property deeply

    Returns

    the value of the property

    Type Parameters

    • T extends Record<string, any>

    Parameters

    • obj: T

      Object

    • path: string

      path of the property

    Returns undefined | T

Generated using TypeDoc