Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable util.assertEqual
import { util } from "https://deno.land/x/netzo@0.3.66/deps/zod/mod.ts";
const { assertEqual } = util;

type

<A, B>(val: AssertEqual<A, B>) => unknown