a CRDT implementation. Uses timestamps to resolve conflicts when updating the value (last write wins) mostly based on https://jakelazaroff.com/words/an-interactive-intro-to-crdts/

Type Parameters

  • T

    the type of the value stored in the register

Constructors

Properties

Accessors

Methods

Constructors

Properties

state: LWWRegisterState<T>

Accessors

Methods