github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
typedefs
CallableFunctionsOf
Type Alias CallableFunctionsOf<T>
Callable
Functions
Of
<
T
>
:
{
[
K
in
keyof
T
as
T
[
K
]
extends
CallableFunction
&
(
(
this
:
T
,
...
args
:
any
)
=>
any
)
?
K
:
never
]
:
T
[
K
]
}
get all functions of a class-instance
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
get all functions of a class-instance