(parent, definition)
| 2512 | prototype.constructor = constructor; |
| 2513 | }; |
| 2514 | function extend(parent, definition) { |
| 2515 | var prototype = Object.create(parent.prototype); |
| 2516 | for(var key in definition)prototype[key] = definition[key]; |
| 2517 | return prototype; |
| 2518 | } |
| 2519 | |
| 2520 | },{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"h8MxI":[function(require,module,exports) { |
| 2521 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
no outgoing calls
no test coverage detected