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

25 lines
555 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; [getMethods](./js-utils.getmethods.md)
## getMethods() function
Get the methods from an instance and its prototypes.
<b>Signature:</b>
```typescript
export declare function getMethods<TValue extends object>(value: TValue): Set<Function>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| value | TValue | |
<b>Returns:</b>
Set&lt;Function&gt;