Using `greaterThan` with BigInt in Effect Typescript

is there a greaterThan for bigint?
Schema.BigIntFromSelf.pipe(Schema.greaterThan(0n))
Was this page helpful?