This module implements the CRDT LWWRegister algorithm.
- Source:
Classes
Methods
(inner) isLWWRegisterMetadata(data) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
data |
any | The data to check for compatibility |
Function that verifies that the metadata has the correct format.
- Source:
Returns:
Type: boolean