()
| 670 | |
| 671 | /** |
| 672 | * Coerces any value to a `string` using the global `String()` constructor. |
| 673 | * |
| 674 | * **When to use** |
| 675 | * |
| 676 | * Use when you need a schema getter to coerce a present encoded value to a |
| 677 | * string with `String()`. |
nothing calls this directly
no test coverage detected
searching dependent graphs…