()
| 33 | } |
| 34 | |
| 35 | function _nonIterableSpread() { |
| 36 | throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); |
| 37 | } |
| 38 | |
| 39 | /*! (c) Andrea Giammarchi - ISC */ |
| 40 | var self = {}; |
no outgoing calls
no test coverage detected