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

25 lines
518 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [constructorName](./js-utils.constructorname.md)
## constructorName() function
Get the constructor name from an instance.
<b>Signature:</b>
```typescript
export declare function constructorName(val: object): string;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| val | object | |
<b>Returns:</b>
string