UNPKG

diff-match-patch-js-browser-and-nodejs

Version:

npm package for https://github.com/google/diff-match-patch/javascript

7 lines 268 B
require('./diff_match_patch'); // export code module.exports = diff_match_patch; module.exports['diff_match_patch'] = diff_match_patch; module.exports['DIFF_DELETE'] = DIFF_DELETE; module.exports['DIFF_INSERT'] = DIFF_INSERT; module.exports['DIFF_EQUAL'] = DIFF_EQUAL;