Preparing search index...
The search index is not available
biorate
biorate
mongodb
GetFunctionKeys
Type alias GetFunctionKeys<T>
Get
Function
Keys
<
T
>
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
(
(
...
args
)
=>
any
)
?
K
:
never
}
[
keyof
T
]
Get all keys from "T" that are a function does NOT filter out getters / setters
Type Parameters
T
extends
object
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
biorate
Loading...
Get all keys from "T" that are a function does NOT filter out getters / setters