KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
OmitThisParameter
Type Alias OmitThisParameter<T>
OmitThisParameter
:
unknown
extends
ThisParameterType
<
T
>
?
T
:
T
extends
(
...
args
:
infer
A
)
=>
infer
R
?
(
...
args
:
A
)
=>
R
:
T
Removes the 'this' parameter from a function type.
Type Parameters
T
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...
Removes the 'this' parameter from a function type.