This commit is contained in:
7
node_modules/what-the-diff/index.js
generated
vendored
Normal file
7
node_modules/what-the-diff/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var parser = require('./lib/parser')
|
||||
|
||||
module.exports = {
|
||||
parse: function(input) {
|
||||
return parser.parse(input.toString())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user