MCPcopy 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

1export const isString = (value: unknown): value is string =>
2 typeof value === 'string' || value instanceof String;

Callers 11

is-string.spec.tsFile · 0.90
cleanUpStringFunction · 0.90
FindWordFunction · 0.90
handlerFunction · 0.90
handlerFunction · 0.90
pickFirstWordFromOrFunction · 0.90
singleWordToIpaFunction · 0.90
textToIpaFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected