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

Function First

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

Source from the content-addressed store, hash-verified

12}
13
14const First = (n: number): First => ({ _tag: "First", n })
15
16interface Second {
17 readonly _tag: "Second"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected