ic-reactor
Example
GitHub
Preparing search index...
react
utils
agent
ActorMethodMappedExtended
Type Alias ActorMethodMappedExtended<T>
ActorMethodMappedExtended
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
utils
.
agent
.
FunctionWithArgsAndReturn
<
infer
Args
,
infer
Ret
,
>
?
utils
.
agent
.
ActorMethodExtended
<
Args
,
Ret
>
:
never
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
ic-reactor
Loading...