Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
334
export
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
isPropertyKey
Function · 0.70
decode
Function · 0.70
DecodeException
Function · 0.50
EncodeException
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected