Open Issues Need Help
View All on GitHub Support batching multiple mutations into a single history step about 2 hours ago
good first issue
@foblex/mutator is a small TypeScript library built on top of signal() from @angular/core. It allows you to mutate state (create / update / delete), supports undo/redo with history limits, and emits semantic updates via a notifier string.
TypeScript