Skip to main content
Module

std/testing/types.ts>NotHas

Deno standard library
Go to Latest
type alias NotHas
import { type NotHas } from "https://deno.land/std@0.202.0/testing/types.ts";

Checks if type T does not have the specified type U.

definition: Has<T, U> extends false ? true : false