Takaro - v0.4.11
    Preparing search index...

    Function propertyOf

    • 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: PropertyPath) => any

      Returns the new function.