(condition, message)
| 634 | exports.default = assert; |
| 635 | |
| 636 | function assert(condition, message) { |
| 637 | if (!condition) { |
| 638 | throw new Error("Assertion failed. ".concat(message)); |
| 639 | } |
| 640 | } |
| 641 | },{}],"VEjx":[function(require,module,exports) { |
| 642 | "use strict"; |
| 643 |
no outgoing calls
no test coverage detected