Decaf cleanup: capitalize class names

This commit is contained in:
Eric Mc Sween 2020-12-07 15:29:24 -05:00
parent db4b0a6f38
commit dce5b8759a

View file

@ -1,10 +1,5 @@
/* eslint-disable
camelcase,
handle-callback-err,
new-cap,
*/
const { diff_match_patch } = require('../lib/diff_match_patch')
const dmp = new diff_match_patch()
const { diff_match_patch: DMP } = require('../lib/diff_match_patch')
const dmp = new DMP()
module.exports = {
ADDED: 1,