(test, message)
| 2036 | } |
| 2037 | |
| 2038 | function assert (test, message) { |
| 2039 | if (!test) throw new Error(message || 'Failed assertion') |
| 2040 | } |
| 2041 | |
| 2042 | },{"base64-js":6,"ieee754":7}],6:[function(require,module,exports){ |
| 2043 | var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; |
no test coverage detected