| 1 | import { printable, throwInternalError } from "@ark/util" |
| 2 | import type { type } from "arktype" |
| 3 | import * as assert from "node:assert/strict" |
| 4 | import type { TypeRelationshipAssertionData } from "../cache/writeAssertionCache.ts" |
nothing calls this directly
no test coverage detected