MCPcopy 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
95const isStream = (u: unknown): u is Stream_.Stream<unknown, unknown> => hasProperty(u, Stream_.StreamTypeId)
96
97const parseStream = <A, E, RA, RE>(
98 decodeSuccess: (

Callers 1

parseStreamFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected