@petsel/es-type-detection - v1.0.0
    Preparing search index...

    Function isUnnamedFunction

    • Detects whether the passed value is any kind of function type but without a given name.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is UnnamedFunction

      A boolean value which indicates whether the tested type is an unnamed function.