ExperimentalJsDecimal
@RequiresOptIn(message = "On the JS family Decimal is backed by a custom BigDecimal implementation that may not cover every edge case.", level = RequiresOptIn.Level.ERROR)
Marks the custom JavaScript BigDecimal implementation backing Decimal, which may not cover every edge case of the platform decimal types used on other targets.