@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.

0 stars 0 forks 0 watchers TypeScript MIT License
1 Open Issue Need Help Last updated: Jul 13, 2026

Open Issues Need Help

View All on GitHub

@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