文件名称:diff-match-patch-node:google-diff-match-patch 的节点包装
文件大小:21KB
文件格式:ZIP
更新时间:2024-08-02 15:11:13
JavaScript
差异匹配补丁 google-diff-match-patch 的节点包装 安装 这个模块是通过 npm 安装的: $ npm install diff-match-patch-node 示例用法 var diffMatchPatch = require ( 'diff-match-patch-node' ) ; diffMatchPatch ( ) . diff_main ( 'test A B' , 'test B B' ) ; // => [ [ 0, 'test ' ], [ -1, 'A' ], [ 1, 'B' ], [ 0, ' B' ] ]
【文件预览】:
diff-match-patch-node-master
----.jshintrc(352B)
----.gitignore(603B)
----package.json(577B)
----.travis.yml(38B)
----LICENSE(1KB)
----index.js(75KB)
----test.js(157B)
----README.md(623B)
----.editorconfig(197B)