Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bestony/logoly
/ isString
Function
isString
src/utils/persistentState.js:19–19 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
17
const
hasLocalStorage = () => hasWindow() && typeof window.localStorage !==
'undefined'
;
18
19
const
isString = (value) => typeof value ===
'string'
;
20
21
function
parseBoolean(value) {
22
if
(typeof value ===
'boolean'
)
return
value;
Callers
1
pickValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected