555 B
555 B
Home > @apextoaster/js-utils > getMethods
getMethods() function
Get the methods from an instance and its prototypes.
Signature:
export declare function getMethods<TValue extends object>(value: TValue): Set<Function>;
Parameters
Parameter | Type | Description |
---|---|---|
value | TValue |
Returns:
Set<Function>