temporal97
A TypeScript temporal graph with snapshot-based time travel and mutation history tracking.
temporal97 is a fully-typed graph data structure that records every change as an immutable log. You can replay history forward with advance(), undo it with rewind(), or jump to any point in time with seekTo(). Point-in-time queries let you read the value of any node or edge without moving the cursor.