(obj)
| 6135 | return Buffer.from(chunk); |
| 6136 | } |
| 6137 | function _isUint8Array(obj) { |
| 6138 | return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; |
| 6139 | } |
| 6140 | |
| 6141 | /*</replacement>*/ |
| 6142 |
no outgoing calls
no test coverage detected
searching dependent graphs…