| 4753 | * @since 3.10.0 |
| 4754 | */ |
| 4755 | export class NonEmptyTrimmedString extends Trimmed.pipe( |
| 4756 | nonEmptyString({ identifier: "NonEmptyTrimmedString" }) |
| 4757 | ) {} |
| 4758 | |
| 4759 | /** |
| 4760 | * This schema allows removing whitespaces from the beginning and end of a string. |
nothing calls this directly
no test coverage detected