MCPcopy Create free account
hub / github.com/Effect-TS/effect / Number

Function Number

packages/effect/src/SchemaGetter.ts:728–730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

726 * @since 4.0.0
727 */
728export 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.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected