Preparing search index...
The search index is not available
augment-vir - v30.7.0
augment-vir
FunctionTestCaseMultipleInputs
Type Alias FunctionTestCaseMultipleInputs<FunctionToTest>
Function
Test
Case
Multiple
Inputs
<
FunctionToTest
>
:
{
inputs
:
Parameters
<
FunctionToTest
>
[
"length"
]
extends
never
?
FunctionToTest
extends
TypedFunction
<
[
infer
ArgumentsType
]
,
any
>
?
ArgumentsType
[]
:
never
:
Parameters
<
FunctionToTest
>
;
}
&
BaseTestCase
<
Awaited
<
ReturnType
<
FunctionToTest
>
>
>
Input for a function test that has multiple inputs.
Type Parameters
FunctionToTest
extends
AnyFunction
Package
@augment-vir/test
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
augment-vir - v30.7.0
Loading...
Input for a function test that has multiple inputs.