| 1 | import { Optic, Option, Result, Schema, SchemaIssue } from "effect" |
| 2 | import { describe, it } from "vitest" |
| 3 | import { assertSuccess, assertTrue, deepStrictEqual, strictEqual, throws } from "./utils/assert.ts" |
| 4 |
nothing calls this directly
no test coverage detected