Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isStream
Function
isStream
packages/rpc/src/RpcSchema.ts:95–95 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
93
)
94
95
const
isStream = (u: unknown): u is Stream_.Stream<unknown, unknown> => hasProperty(u, Stream_.StreamTypeId)
96
97
const
parseStream = <A, E, RA, RE>(
98
decodeSuccess: (
Callers
1
parseStream
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected