()
| 5 | }(this, (function (exports) { 'use strict'; |
| 6 | |
| 7 | function Diff() {} |
| 8 | Diff.prototype = { |
| 9 | diff: function diff(oldString, newString) { |
| 10 | var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; |
nothing calls this directly
no outgoing calls
no test coverage detected