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

    • Overview
  • Library

    • Getting started
    • Array
    • Result
    • Dependency injection
    • Resource management
    • Task
    • Type
    • Conventions
  • Local-first

    • Getting started
    • Playgrounds
    • Examples
    • Owners
    • Relay
    • Migrations
    • Time travel
    • Indexes
    • Protocol
    • Privacy
    • FAQ
  • Other

    • API reference
    • Comparison
    • Showcase
    • Changelog

API reference › @evolu/common › Type › greaterThanOrEqualTo

const greaterThanOrEqualTo: <Min>(
  min: Min,
) => BrandFactory<
  `GreaterThanOrEqualTo${Min}`,
  number,
  GreaterThanOrEqualToError<Min>
>;

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

Number ≥ a specified value.

Use numeric literal, not expression. See BrandFactory.

Markdown for LLMs

© 2026 Evolu

Follow us on GitHubFollow us on XJoin our Discord server