Type Alias: WithAsyncToStringMethod
WithAsyncToStringMethod =
object
Defined in: packages/fast-check/src/utils/stringify.ts:74
Interface to implement for asyncToStringMethod
Remarks
Since 2.17.0
Properties
[asyncToStringMethod]
[asyncToStringMethod]: () =>
Promise<string>
Defined in: packages/fast-check/src/utils/stringify.ts:74
Returns
Promise<string>