Skip to main content
Module

x/conditional_type_checks/mod.ts>IsAny

Types for testing TypeScript types.
Latest
type alias IsAny
import { type IsAny } from "https://deno.land/x/conditional_type_checks@1.0.6/mod.ts";

Checks if type T is the any type.

definition: 0 extends (1 & T) ? true : false