MCPcopy Create free account
hub / github.com/sindresorhus/execa / uint8ArrayToString

Function uint8ArrayToString

lib/utils/uint-array.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15const textDecoder = new TextDecoder();
16export const uint8ArrayToString = uint8Array => textDecoder.decode(uint8Array);
17
18export const joinToString = (uint8ArraysOrStrings, encoding) => {
19 const strings = uint8ArraysToStrings(uint8ArraysOrStrings, encoding);

Callers 2

getSubprocessResultFunction · 0.90
serializeMessageItemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected