• 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 › local‑first/Timestamp › eqTimestamp

const eqTimestamp: Eq<{
  counter: number &
    Brand<"Int"> &
    Brand<"NonNegative"> &
    Brand<"LessThanOrEqualTo65535"> &
    Brand<"Counter">;
  millis: number &
    Brand<"Int"> &
    Brand<"NonNegative"> &
    Brand<"LessThan281474976710655"> &
    Brand<"Millis">;
  nodeId: string & Brand<"NodeId">;
}>;

Defined in: packages/common/src/local-first/Timestamp.ts:167

Equality function for comparing Timestamp.

Markdown for LLMs

© 2026 Evolu

Follow us on GitHubFollow us on XJoin our Discord server