()
| 695 | * @since 4.0.0 |
| 696 | */ |
| 697 | export function String<E>(): Getter<string, E> { |
| 698 | return transform(globalThis.String) |
| 699 | } |
| 700 | |
| 701 | /** |
| 702 | * Coerces any value to a `number` using the global `Number()` constructor. |
nothing calls this directly
no test coverage detected