I'm using some NodeJS code that uses `Buffer`, via...
# javascript
r
I'm using some NodeJS code that uses
Buffer
, via the kotlinx bindings. Is there a way to convert them to kotlin
ByteArray
s?