| 1 | (function (global, factory) { |
| 2 | typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
| 3 | typeof define === 'function' && define.amd ? define(['exports'], factory) : |
| 4 | (global = global || self, factory(global.Diff = {})); |
nothing calls this directly
no test coverage detected