vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function isConstructor

    • Determine if the specified target is a constructor function that can be called with new

      Parameters

      • target: unknown

        Target to check

      Returns target is Construtable<any>

      true if the target is a constructor function otherwise false