| 4607 | * @since 3.10.0 |
| 4608 | */ |
| 4609 | export class Capitalized extends String$.pipe( |
| 4610 | capitalized({ identifier: "Capitalized" }) |
| 4611 | ) {} |
| 4612 | |
| 4613 | /** |
| 4614 | * @category schema id |
nothing calls this directly
no test coverage detected
searching dependent graphs…