Skip to content

export Function

isClass ​

Checks whether the value is a class or an instance of a class.

Constructor ​

ts
isClass( value )
ParameterTypeDescription
valueanyThe value to check.

Return: boolean