Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameri/nostream
/ toJSON
Function
toJSON
src/utils/transform.ts:105–105 ·
view source on GitHub ↗
(input: any)
Source
from the content-addressed store, hash-verified
103
}
104
105
export
const
toJSON = (input: any) => JSON.stringify(input)
106
107
export
const
toBuffer = (input: any) => Buffer.from(input,
'hex'
)
108
Callers
1
transform.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected