(annotations: Annotations.Key<S["Type"]>)
| 597 | * type T = typeof bottom["Type"] // string |
| 598 | * type E = typeof bottom["Encoded"] // string |
| 599 | * ``` |
| 600 | * |
| 601 | * @category utility types |
| 602 | * @since 4.0.0 |
| 603 | */ |
| 604 | export function revealBottom<S extends Top>( |
| 605 | bottom: S |
| 606 | ): Bottom< |
nothing calls this directly
no test coverage detected
searching dependent graphs…