UNPKG

@parischap/conversions

Version:

A functional library to replace partially the native Intl API

9 lines 282 B
/** A simple extension to the `Effect.BigDecimal` module */ import * as BigDecimal from 'effect/BigDecimal'; /** * Constructs a `BigDecimal` from a `CVReal` * * @category Constructors */ export const fromReal = BigDecimal.unsafeFromNumber; //# sourceMappingURL=BigDecimal.js.map