()
| 726 | * @since 4.0.0 |
| 727 | */ |
| 728 | export function Number<E>(): Getter<number, E> { |
| 729 | return transform(globalThis.Number) |
| 730 | } |
| 731 | |
| 732 | /** |
| 733 | * Coerces any value to a `boolean` using the global `Boolean()` constructor. |
nothing calls this directly
no test coverage detected