(value)
| 356 | }; |
| 357 | |
| 358 | var assert = function assert(value) { |
| 359 | if (!value) { |
| 360 | throw new Error('Expected non-null, but got ' + String(value)); |
| 361 | } |
| 362 | |
| 363 | return value; |
| 364 | }; |
| 365 | /* harmony default export */ var utils = ({ |
| 366 | contains: contains, |
| 367 | deflt: deflt, |