import { type NotHas } from "https://deno.land/std@0.204.0/testing/types.ts";
Checks if type T
does not have the specified type U
.
import { type NotHas } from "https://deno.land/std@0.204.0/testing/types.ts";
Checks if type T
does not have the specified type U
.