• Blog
  • Changelog
  • Follow us on GitHubFollow us on XJoin our Discord server
  • Blog
  • GitHub
  • Releases
  • Getting started

    • Quickstart
  • Library

    • Result
    • Type
    • Dependency injection
    • Conventions
  • Local-first

    • Examples
    • Protocol
    • Relay
    • Owner
    • Indexes
    • Migrations
    • Patterns
    • Time travel
    • Privacy
    • FAQ
  • Other

    • API reference
    • Comparison
    • Showcase
    • Changelog

API reference / @evolu/common / Type / greaterThan

Variable: greaterThan()

const greaterThan: <Min>(min) => BrandFactory<`GreaterThan${Min}`, number, GreaterThanError<Min>>;

Defined in: packages/common/src/Type.ts:1638

Number greater than a specified value.

Type Parameters

Type Parameter
Min extends number

Parameters

ParameterType
minMin

Returns

BrandFactory<`GreaterThan${Min}`, number, GreaterThanError<Min>>

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server