MCPcopy Create free account
hub / github.com/liveblocks/liveblocks / wrapObject

Function wrapObject

tools/liveblocks-devtools/src/lib/stringify.ts:19–21  ·  view source on GitHub ↗
(values?: string)

Source from the content-addressed store, hash-verified

17}
18
19export function wrapObject(values?: string) {
20 return values ? `{ ${values} }` : "{}";
21}
22
23type YjsContentData = number | object | boolean | Array<unknown> | string;
24

Callers 2

summarizeFunction · 0.90
stringifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected