| 4855 | * @since 3.10.0 |
| 4856 | */ |
| 4857 | export class NonEmptyString extends String$.pipe( |
| 4858 | nonEmptyString({ identifier: "NonEmptyString" }) |
| 4859 | ) {} |
| 4860 | |
| 4861 | /** |
| 4862 | * @category schema id |
nothing calls this directly
no test coverage detected
searching dependent graphs…