Skip to main content
type alias IsAny
import { type IsAny } from "https://deno.land/x/conditional_type_checks@1.0.5/mod.ts";

Checks if type T is the any type.

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