| 311 | * @category empty response |
| 312 | */ |
| 313 | export interface asEmpty< |
| 314 | S extends Schema.Schema.Any |
| 315 | > extends Schema.transform<typeof Schema.Void, S> {} |
| 316 | |
| 317 | /** |
| 318 | * @since 1.0.0 |
no outgoing calls
no test coverage detected
searching dependent graphs…