UNPKG

diff-dom

Version:

A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.

3 lines (2 loc) 68 B
export { applyDOM } from "./apply" export { undoDOM } from "./undo"