@isaacs/catcher
GitHub
isaacs projects
Preparing search index...
FindReturnType
Type Alias FindReturnType<M, P>
FindReturnType
:
M
extends
[
h
:
infer
H
,
t
:
infer
T
]
?
H
extends
[
P
,
infer
R
]
?
R
:
FindReturnType
<
T
,
P
>
:
never
Look up the return type for a Parameters tuple from the filtered overload map
Type Parameters
M
P
extends
unknown
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
isaacs projects
@isaacs/catcher
Loading...
Look up the return type for a Parameters tuple from the filtered overload map