MCPcopy Create free account
hub / github.com/Effect-TS/effect / isChunk

Function isChunk

packages/effect/src/Chunk.ts:282–282  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

280 <A>(u: Iterable<A>): u is Chunk<A>
281 (u: unknown): u is Chunk<unknown>
282} = (u: unknown): u is Chunk<unknown> => hasProperty(u, TypeId)
283
284const _empty = makeChunk<never>({ _tag: "IEmpty" })
285

Callers 2

[Equal.symbol]Function · 0.85
fromIterableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected