Skip to main content
Module

std/testing/types.ts>IsAny

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

Checks if type T is the any type.

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