• Creates a function that returns the property value at path on a given object.

    Type Parameters

    • TObj

    • TResult

    Parameters

    • path: PropertyPath

      The path of the property to get.

    Returns ((obj) => TResult)

    Returns the new function.

      • (obj): TResult
      • Creates a function that returns the property value at path on a given object.

        Parameters

        • obj: TObj

        Returns TResult

        Returns the new function.

Generated using TypeDoc