()
| 4562 | } |
| 4563 | }; |
| 4564 | const str = () => { |
| 4565 | const n = integer(); |
| 4566 | const s = utf8.decode(buffer.subarray(p, p + n)); |
| 4567 | p += n; |
| 4568 | return s; |
| 4569 | }; |
| 4570 | const typed = (t, n) => { |
| 4571 | const a = new Array(n); |
| 4572 | switch (t) { |
no test coverage detected