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

Interface Number

packages/effect/src/Schema.ts:3141–3141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3139 * @since 4.0.0
3140 */
3141export interface Number extends Bottom<number, number, never, never, SchemaAST.Number, Number> {}
3142
3143/**
3144 * Schema for `number` values, including `NaN`, `Infinity`, and `-Infinity`.

Callers 15

Array_Function · 0.70
splitStepFunction · 0.70
aliasOrValueFunction · 0.70
toIndexFunction · 0.70
roundTerminalFunction · 0.70
fromStringFunction · 0.70
toNumberUnsafeFunction · 0.70
nanosToHrTimeFunction · 0.70
fromInputUnsafeFunction · 0.70
toMillisFunction · 0.70
toSecondsFunction · 0.70
toMinutesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected