• The opposite of _.property; this method creates a function that returns the property value at a given path on object.

    Type Parameters

    • T extends {}

    Parameters

    • object: T

      The object to query.

    Returns ((path) => any)

    Returns the new function.

      • (path): any
      • The opposite of _.property; this method creates a function that returns the property value at a given path on object.

        Parameters

        • path: PropertyPath

        Returns any

        Returns the new function.

Generated using TypeDoc