@kristianbinau/simple-history
v0.0.1
Published
A simple History class that stores the current value and keeps a stack of previous values for undo/redo
Readme
History
A simple history library for Deno, Node.js and the browser. Build with Deno & Typescript.
Commands
deno fmt src/- Run formatterdeno lint src/- Run linterdeno test src/- Run testsdeno run -A scripts/build_npm.ts x.x.x- Build npm package
