Skip to main content
Module

std/_util/assert_type.ts>IsAny

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

Checks if type T is the any type.

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