508 B
508 B
Home > @apextoaster/js-utils > getMethods
getMethods() function
Signature:
export declare function getMethods<TValue extends object>(value: TValue): Set<Function>;
Parameters
Parameter | Type | Description |
---|---|---|
value | TValue |
Returns:
Set<Function>