MCPcopy Create free account
hub / github.com/MuYunyun/create-react-doc / stringify

Function stringify

packages/leetcode-cli/src/utils.js:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43}
44const stringify = data => JSON.stringify(data, null, 2)
45
46const setConfig = (payload = {}) => {
47 const config = {

Callers 3

auxFunction · 0.85
setConfigFunction · 0.85
removeConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected