Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Levofron/NotionLingo
/ isString
Function
isString
client/shared/guards/is-string/is-string.function.ts:1–2 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
1
export
const
isString = (value: unknown): value is string =>
2
typeof value ===
'string'
|| value instanceof String;
Callers
11
formatRandomNotionWordsTransformator
Function · 0.90
is-string.spec.ts
File · 0.90
cleanUpString
Function · 0.90
executeCallbackPromiseWrapper
Function · 0.90
FindWord
Function · 0.90
handler
Function · 0.90
handler
Function · 0.90
getNotionApiKeyFromProfile
Function · 0.90
pickFirstWordFromOr
Function · 0.90
singleWordToIpa
Function · 0.90
textToIpa
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected