MCPcopy 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 */
277export 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.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected