tx-jsdifflib

0.1.1 • Public • Published

DiffLib


Registers changes on a line by line bases and can apply those changes elsewhere.

Get Changes

let diff = new diffLib.getDiff(oldText, newText)

Apply Changes

let newText = diffLib.applyChanges(diff, oldText)

/tx-jsdifflib/

    Package Sidebar

    Install

    npm i tx-jsdifflib

    Weekly Downloads

    0

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    17 kB

    Total Files

    4

    Last publish

    Collaborators

    • marcgodard