| 1 | import { Number, pipe, Schema, String, Tuple } from "effect" |
| 2 | import { TestSchema } from "effect/testing" |
| 3 | import { deepStrictEqual, strictEqual } from "node:assert" |
| 4 | import { describe, it } from "vitest" |
nothing calls this directly
no test coverage detected