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

    Function isConciseGenericMethod

    • Detects whether the passed value is a concise generic method, a function which has been created exclusively by a non-async and non-generator shorthand method definition.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is ConciseGenericMethod

      A boolean value which indicates whether the tested value is exclusively a concise generic method, a function created by a non-async and non-generator shorthand method definition.