MCPcopy Index your code
hub / github.com/Effect-TS/effect / isString

Function isString

packages/effect/src/Predicate.ts:334–334  ·  view source on GitHub ↗
(input: unknown)

Source from the content-addressed store, hash-verified

332 * @since 2.0.0
333 */
334export const isString = (input: unknown): input is string => typeof input === "string"
335
336/**
337 * A refinement that checks if a value is a `number`.

Callers 4

isPropertyKeyFunction · 0.70
decodeFunction · 0.70
DecodeExceptionFunction · 0.50
EncodeExceptionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected