| 1 | import { expect, expectTypeOf, test } from "vitest"; |
| 2 | import { type ZodCustomStringFormat, hash } from "zod"; // adjust path as needed |
| 3 | |
| 4 | test("hash() API — types and runtime across all alg/enc combinations", async () => { |
nothing calls this directly
no test coverage detected