[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [getMethods](./js-utils.getmethods.md) ## getMethods() function Get the methods from an instance and its prototypes. Signature: ```typescript export declare function getMethods(value: TValue): Set; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | value | TValue | | Returns: Set<Function>