Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isString
Function
isString
packages/effect/src/Predicate.ts:556–558 ·
view source on GitHub ↗
(input: unknown)
Source
from the content-addressed store, hash-verified
554
* @since 2.0.0
555
*/
556
export
function
isString(input: unknown): input is string {
557
return
typeof input ===
"string"
558
}
559
560
/**
561
* Checks whether a value is a `number`.
Callers
5
toString
Function · 0.90
Stream.ts
File · 0.90
effect.ts
File · 0.90
isPropertyKey
Function · 0.70
isIterable
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected