Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sindresorhus/execa
/ encoding-transform.js
File
encoding-transform.js
lib/transform/encoding-transform.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{Buffer} from
'node:buffer'
;
2
import
{StringDecoder} from
'node:string_decoder'
;
3
import
{isUint8Array, bufferToUint8Array} from
'../utils/uint-array.js'
;
4
Callers
nothing calls this directly
Calls
2
bufferToUint8Array
Function · 0.90
isUint8Array
Function · 0.90
Tested by
no test coverage detected