| 2 | import { Data, Effect } from "effect" |
| 3 | |
| 4 | class ExampleError extends Data.TaggedError("ExampleError")<{}> {} |
| 5 | |
| 6 | export const timeoutInSync = Effect.sync(() => setTimeout(() => {}, 100)) |
| 7 |
nothing calls this directly
no outgoing calls
no test coverage detected