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

Function First

packages/effect/test/Channel/mapping.test.ts:20–20  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

18}
19
20const First = (n: number): First => ({ _tag: "First", n })
21
22interface Second {
23 readonly _tag: "Second"

Callers 1

mapping.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected