Preparing search index...
The search index is not available
Airship Core
Airship Core
OmitThisParameter
Type alias OmitThisParameter<T>
Omit
This
Parameter
<
T
>
:
unknown
extends
ThisParameterType
<
T
>
?
T
:
T
extends
(
(
...
args
)
=>
infer
R
)
?
(
(
...
args
)
=>
R
)
:
T
Removes the 'this' parameter from a function type.
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Airship Core
Loading...
Removes the 'this' parameter from a function type.