(schema: Schema.Schema<A, I, R>)
| 61 | * @since 3.10.0 |
| 62 | */ |
| 63 | export const make = <A, I, R>(schema: Schema.Schema<A, I, R>): FastCheck.Arbitrary<A> => makeLazy(schema)(FastCheck) |
| 64 | |
| 65 | interface StringConstraints { |
| 66 | readonly _tag: "StringConstraints" |
nothing calls this directly
no test coverage detected
searching dependent graphs…