import { type IsExact } from "https://deno.land/std@0.209.0/testing/types.ts";
Checks if type T
exactly matches type U
.
import { type IsExact } from "https://deno.land/std@0.209.0/testing/types.ts";
Checks if type T
exactly matches type U
.