MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / stringify

Function stringify

lib/cloudDBAdapter.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import got from 'got'
2
3const stringify = obj => JSON.stringify(obj, null, 2)
4const parse = str =>
5 JSON.parse(str, (_, v) => {
6 if (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected