(schema: Schema<A, I, R>)
| 402 | * @since 3.10.0 |
| 403 | */ |
| 404 | export const encodedBoundSchema = <A, I, R>(schema: Schema<A, I, R>): SchemaClass<I> => |
| 405 | make(AST.encodedBoundAST(schema.ast)) |
| 406 | |
| 407 | /** |
| 408 | * The `typeSchema` function allows you to extract the `Type` portion of a |
no test coverage detected
searching dependent graphs…