| 1 | import { describe, it } from "@effect/vitest" |
| 2 | import { assertTrue, strictEqual } from "@effect/vitest/utils" |
| 3 | import * as S from "effect/Schema" |
| 4 | import type * as AST from "effect/SchemaAST" |
nothing calls this directly
no test coverage detected