( schema: S )
| 303 | * @since 3.10.0 |
| 304 | */ |
| 305 | export function asSchema<S extends Schema.All>( |
| 306 | schema: S |
| 307 | ): Schema<Schema.Type<S>, Schema.Encoded<S>, Schema.Context<S>> { |
| 308 | return schema as any |
| 309 | } |
| 310 | |
| 311 | /** |
| 312 | * @category formatting |
no outgoing calls
no test coverage detected
searching dependent graphs…