| 3927 | * @since 3.10.0 |
| 3928 | */ |
| 3929 | export interface transform<From extends Schema.All, To extends Schema.All> extends transformOrFail<From, To> { |
| 3930 | annotations(annotations: Annotations.Schema<Schema.Type<To>>): transform<From, To> |
| 3931 | } |
| 3932 | |
| 3933 | /** |
| 3934 | * Create a new `Schema` by transforming the input and output of an existing `Schema` |
no outgoing calls
no test coverage detected
searching dependent graphs…