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

    Function isArrow

    • Detects whether the passed value is either kind of an arrow function expression - async or non-async.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is AnyArrow

      A boolean value which indicates whether the tested value is either an async or a non-async arrow function expression.