MCPcopy Index your code
hub / github.com/Effect-TS/effect / isChunk

Function isChunk

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

Source from the content-addressed store, hash-verified

215 <A>(u: Iterable<A>): u is Chunk<A>
216 (u: unknown): u is Chunk<unknown>
217} = (u: unknown): u is Chunk<unknown> => hasProperty(u, TypeId)
218
219const _empty = makeChunk<never>({ _tag: "IEmpty" })
220

Callers 2

[Equal.symbol]Function · 0.85
fromIterableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected