newer
function newer(a, b): boolean;Is a newer than b? Last-writer-wins; equal counters break ties by clientId.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
a | Version |
b | | Version | undefined |
Returns
Section titled “Returns”boolean
function newer(a, b): boolean;Is a newer than b? Last-writer-wins; equal counters break ties by clientId.
| Parameter | Type |
|---|---|
a | Version |
b | | Version | undefined |
boolean