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