533 B
533 B
Home > @apextoaster/js-utils > constructorName
constructorName() function
Get the constructor name from an instance.
Signature:
export declare function constructorName(val: object): string;
Parameters
Parameter | Type | Description |
---|---|---|
val | object |
Returns:
string