Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
export
function
wrapObject(values?: string) {
20
return
values ? `{ ${values} }` :
"{}"
;
21
}
22
23
type
YjsContentData = number | object | boolean | Array<unknown> | string;
24
Callers
2
summarize
Function · 0.90
stringify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected