Preparing search index...
The search index is not available
API Reference | fast-check | Property based testing framework
API Reference | fast-check | Property based testing framework
ModelRunAsyncSetup
Type Alias ModelRunAsyncSetup<Model, Real>
ModelRunAsyncSetup
:
()
=>
Promise
<
{
model
:
Model
;
real
:
Real
}
>
Asynchronous definition of model and real
Type Parameters
Model
Real
Type declaration
()
:
Promise
<
{
model
:
Model
;
real
:
Real
}
>
Returns
Promise
<
{
model
:
Model
;
real
:
Real
}
>
Remarks
Since 2.2.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference | fast-check | Property based testing framework
Loading...
Asynchronous definition of model and real