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

Interface Bar

packages/effect/test/Data.test.ts:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179 const Foo = Data.tagged<Foo>("Foo")
180 interface Bar {
181 readonly _tag: "Bar"
182 readonly value: number
183 }
184 const Bar = Data.tagged<Bar>("Bar")
185
186 const foo = Foo({ value: "test" })

Callers 1

Data.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected