Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ stringOrUndefined
Function
stringOrUndefined
packages/client/src/app/uiState.ts:295–297 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
293
}
294
295
function
stringOrUndefined(value: unknown): string | undefined {
296
return
typeof value ===
"string"
? value : undefined;
297
}
Callers
1
sanitizePersistedUiState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected