MCPcopy Index your code
hub / github.com/Effect-TS/effect / fromBigInt

Function fromBigInt

packages/effect/src/BigDecimal.ts:803–803  ·  view source on GitHub ↗
(n: bigint)

Source from the content-addressed store, hash-verified

801 * @category constructors
802 */
803export const fromBigInt = (n: bigint): BigDecimal => make(n, 0)
804
805/**
806 * Creates a `BigDecimal` from a `number` value.

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected