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

    Function isNonAsyncArrow

    • Detects whether the passed value is exclusively a non-async arrow function.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is NonAsyncArrow

      A boolean value which indicates whether the tested value is exclusively a non-async arrow function.