electron-ipc-module
GitHub
Preparing search index...
index
MethodsOnly
Type Alias MethodsOnly<T>
MethodsOnly
:
{
[
K
in
keyof
T
as
T
[
K
]
extends
(
...
args
:
any
[]
)
=>
any
?
K
:
never
]
:
T
[
K
]
}
Keep only the method-valued properties of
T
, dropping data fields.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
electron-ipc-module
Loading...
Keep only the method-valued properties of
T, dropping data fields.