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