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

    Function isAsyncNonArrow

    • Detects whether the passed value is exclusively one of following two async function variants, either an async non-arrow function expression or an async function statement.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is AsyncFunction

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