()
| 444 | } |
| 445 | |
| 446 | function _nonIterableSpread() { |
| 447 | throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); |
| 448 | } |
| 449 | |
| 450 | var objectPrototypeToString = Object.prototype.toString; |
| 451 | var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a |
no outgoing calls
no test coverage detected