/** A simple extension to the `Effect.BigDecimal` module */import * asBigDecimalfrom'effect/BigDecimal';
/**
* Constructs a `BigDecimal` from a `CVReal`
*
* @categoryConstructors
*/exportconst fromReal = BigDecimal.unsafeFromNumber;
//# sourceMappingURL=BigDecimal.js.map