Package: effect
Module: Schema
Validates that a BigDecimal is less than the specified value (exclusive).
Signature
declare const isLessThanBigDecimal: (exclusiveMaximum: BigDecimal_.BigDecimal, annotations?: Annotations.Filter) => SchemaAST.Filter<BigDecimal_.BigDecimal>
Since v4.0.0