MCPcopy 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
295function stringOrUndefined(value: unknown): string | undefined {
296 return typeof value === "string" ? value : undefined;
297}

Callers 1

sanitizePersistedUiStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected