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

    Function isClass

    • Detects whether the passed value is a constructor function implemented as class.

      Parameters

      • Optionalvalue: any

        An optionally passed value of any type.

      Returns value is ClassConstructor<FunctionConstructor>

      A boolean value which indicates whether the tested value is a class-constructor function.