type alias NotHasimport { type NotHas } from "https://dotland.deno.dev/std@0.181.0/testing/types.ts"; Checks if type T does not have the specified type U. Type ParametersTUdefinition: Has<T, U> extends false ? true : false