Revision TypeAlias
A revision corresponds to an index in an EditLog
.
It is associated with the output RevisionView
of applying the edit at the index to the previous revision. For example: - revision 0 corresponds to the initialRevision. - revision 1 corresponds to the output of editLog[0] applied to the initialRevision.
Signature
export declare type Revision = number;