25 lines
523 B
Markdown
25 lines
523 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [getConstructor](./js-utils.getconstructor.md)
|
|
|
|
## getConstructor() function
|
|
|
|
Get the constructor from an instance.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare function getConstructor(val: Reflectable): Function;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| val | Reflectable | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Function
|
|
|