Function: func()
func<
TArgs,TOut>(arb):Arbitrary<(...args) =>TOut>
Defined in: packages/fast-check/src/arbitrary/func.ts:23
For pure functions
Type Parameters
| Type Parameter |
|---|
TArgs extends any[] |
TOut |
Parameters
| Parameter | Type | Description |
|---|---|---|
arb | Arbitrary<TOut> | Arbitrary responsible to produce the values |
Returns
Arbitrary<(...args) => TOut>
Remarks
Since 1.6.0