MCPcopy 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
105export const toJSON = (input: any) => JSON.stringify(input)
106
107export const toBuffer = (input: any) => Buffer.from(input, 'hex')
108

Callers 1

transform.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected