Node TAP
GitHub
node-tap.org
Preparing search index...
@tapjs/test
index
PluginResult
Type Alias PluginResult<P>
PluginResult
:
P
extends
[
infer
H
extends
(
t
:
TestBase
,
opts
:
any
)
=>
any
,
...
(
infer
T
extends
(
(
t
:
TestBase
,
opts
:
any
)
=>
any
)
[]
)
,
]
?
ReturnType
<
H
>
&
PluginResult
<
T
>
:
{}
Utility type to combine the array of plugins into a single combined return type.
Type Parameters
P
extends
(
(
t
:
TestBase
,
opts
:
any
)
=>
any
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
node-tap.org
Node TAP
Loading...
Utility type to combine the array of plugins into a single combined return type.