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

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>