528 B
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