MCPcopy Create free account
hub / github.com/effect-app/libs / fromStringUnsafe

Function fromStringUnsafe

repos/effect/packages/effect/src/BigDecimal.ts:1452–1454  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

1450
1451/**
1452 * Converts a `BigDecimal` to a JavaScript `number`.
1453 *
1454 * **When to use**
1455 *
1456 * Use when you need a JavaScript number at an interop boundary where precision
1457 * loss is acceptable.

Callers

nothing calls this directly

Calls 1

fromStringFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…