Function: stringify()
stringify<
Ts>(value):string
Defined in: packages/fast-check/src/utils/stringify.ts:355
Convert any value to its fast-check string representation
Type Parameters
| Type Parameter |
|---|
Ts |
Parameters
| Parameter | Type | Description |
|---|---|---|
value | Ts | Value to be converted into a string |
Returns
string
Remarks
Since 1.15.0