Interface: LetrecTypedTie()<T>
Defined in: packages/fast-check/src/arbitrary/letrec.ts:23
Strongly typed type for the tie function passed by letrec to the builder function we pass to it.
You may want also want to use its loosely typed version LetrecLooselyTypedTie.
Remarks
Since 3.0.0
Type Parameters
| Type Parameter |
|---|
T |
Call Signature
LetrecTypedTie<
K>(key):Arbitrary<T[K]>
Defined in: packages/fast-check/src/arbitrary/letrec.ts:24
Strongly typed type for the tie function passed by letrec to the builder function we pass to it.
You may want also want to use its loosely typed version LetrecLooselyTypedTie.
Type Parameters
| Type Parameter |
|---|
K extends string | number | symbol |
Parameters
| Parameter | Type |
|---|---|
key | K |
Returns
Arbitrary<T[K]>
Remarks
Since 3.0.0
Call Signature
LetrecTypedTie(
key):Arbitrary<unknown>
Defined in: packages/fast-check/src/arbitrary/letrec.ts:25
Strongly typed type for the tie function passed by letrec to the builder function we pass to it.
You may want also want to use its loosely typed version LetrecLooselyTypedTie.
Parameters
| Parameter | Type |
|---|---|
key | string |
Returns
Arbitrary<unknown>
Remarks
Since 3.0.0