diff-paths
v0.0.2
Published
What are the paths on which things have changed? An intentionally simple diff-ing analysis for things like deciding whether to batch changes in undo/redo history
Readme
diff-paths
What are the paths on which things have changed? An intentionally simple diff-ing analysis for things like deciding whether to batch changes in undo/redo history
Publishing
- Run Tests:
npm test - Build:
npm run build - Check Types:
npm run type-check - Publish:
npm publish
