()
| 754 | * @since 4.0.0 |
| 755 | */ |
| 756 | export function Boolean<E>(): Getter<boolean, E> { |
| 757 | return transform(globalThis.Boolean) |
| 758 | } |
| 759 | |
| 760 | /** |
| 761 | * Coerces a value to `bigint` using the global `BigInt()` constructor. |
nothing calls this directly
no test coverage detected