| 3 | import { Data, Effect } from "effect" |
| 4 | |
| 5 | class ExampleError extends Data.TaggedError("ExampleError")<{}> {} |
| 6 | |
| 7 | export const fetchInSync = Effect.sync(() => fetch("https://example.com/sync")) |
| 8 |
nothing calls this directly
no outgoing calls
no test coverage detected