Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isStream
Function
isStream
packages/effect/src/Stream.ts:277–277 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
275
* @since 4.0.0
276
*/
277
export
const
isStream = (u: unknown): u is Stream<unknown, unknown, unknown> => hasProperty(u, TypeId)
278
279
/**
280
* The default chunk size used by Stream constructors and combinators.
Callers
1
Stream.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected