(condition, message)
| 5 | }(this, (function (exports) { 'use strict'; |
| 6 | |
| 7 | function assert(condition, message) { |
| 8 | if (!condition) { |
| 9 | throw new Error(message); |
| 10 | } |
| 11 | } |
| 12 | function hasOwn(own, prop) { |
| 13 | return own.hasOwnProperty(prop); |
| 14 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…