1
0
Fork 0
js-utils/docs/api/js-utils.constructorname.md

528 B

Home > @apextoaster/js-utils > constructorName

constructorName() function

Get the constructor name from an instance.

Signature:

export declare function constructorName(val: Reflectable): string;

Parameters

Parameter Type Description
val Reflectable

Returns:

string