checkpoints
The checkpoints
module of the TinyBase project provides the ability to create and track checkpoints made to the data in Store
objects.
The main entry point to this module is the createCheckpoints
function, which returns a new Checkpoints
object. From there, you can create new checkpoints, go forwards or backwards to others, and register listeners for when the list of checkpoints change.
There is one interface, Checkpoints
, within the checkpoints
module.
There is one function, createCheckpoints
, within the checkpoints
module.
These are the type aliases within the checkpoints
module.