Docs
GitHub
Preparing search index...
The search index is not available
@foxxmd/logging Docs
@foxxmd/logging Docs
index
<internal>
OmitThisParameter
Type Alias OmitThisParameter<T>
Omit
This
Parameter
<
T
>
:
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
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
@foxxmd/logging Docs
Loading...
Removes the 'this' parameter from a function type.