| 4640 | * @since 3.10.0 |
| 4641 | */ |
| 4642 | export class Uncapitalized extends String$.pipe( |
| 4643 | uncapitalized({ identifier: "Uncapitalized" }) |
| 4644 | ) {} |
| 4645 | |
| 4646 | /** |
| 4647 | * A schema representing a single character. |
nothing calls this directly
no test coverage detected