Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 518 Bytes

js-utils.constructorname.md

File metadata and controls

24 lines (14 loc) · 518 Bytes

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