Detects whether the passed value is a constructor function implemented as class.
value
class
Optional
An optionally passed value of any type.
A boolean value which indicates whether the tested value is a class-constructor function.
Detects whether the passed
valueis a constructor function implemented asclass.