MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / stringify

Function stringify

packages/extension/utils/string.ts:67–69  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

65}
66
67export function stringify(value: unknown) {
68 return stringifyObject(value, { indent: ' ' })
69}
70
71export function indentAll(str: string, indent: string, skipFirst = false) {
72 return str

Callers 5

stringifyVueComponentFunction · 0.90
stringifyJSXComponentFunction · 0.90
string.test.tsFile · 0.90
worker.tsFile · 0.90
serializeSvgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected