MCPcopy
hub / github.com/Effect-TS/effect / NumberFromString

Class NumberFromString

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

Source from the content-addressed store, hash-verified

5340 * @since 3.10.0
5341 */
5342export class NumberFromString extends parseNumber(String$.annotations({
5343 description: "a string to be decoded into a number"
5344})).annotations({ identifier: "NumberFromString" }) {}
5345
5346/**
5347 * @category number constructors

Callers

nothing calls this directly

Calls 2

parseNumberFunction · 0.85
annotationsMethod · 0.65

Tested by

no test coverage detected