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)
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ExperimentalJsDecimal

Marks the custom JavaScript BigDecimal implementation backing Decimal, which may not cover every edge case of the platform decimal types used on other targets.