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

25 lines
528 B
Markdown
Raw Normal View History

2020-03-29 14:10:40 +00:00
<!-- 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.
2020-03-29 14:10:40 +00:00
<b>Signature:</b>
```typescript
2020-07-29 13:22:32 +00:00
export declare function constructorName(val: Reflectable): string;
2020-03-29 14:10:40 +00:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2020-07-29 13:22:32 +00:00
| val | Reflectable | |
2020-03-29 14:10:40 +00:00
<b>Returns:</b>
string
2020-03-29 14:10:40 +00:00