Function functionAttribute

  • A function that extracts an attribute from the given value.

    Type Parameters

    • T

    • U

    Parameters

    • attributeName: string

      The name of the attribute to extract.

    Returns ((value) => undefined | U)

    a function that extract the attrobute from the given object.

      • (value): undefined | U
      • Parameters

        • value: T

        Returns undefined | U

Generated using TypeDoc