import { type IsAny } from "https://deno.land/std@0.159.0/_util/assert_type.ts";
Checks if type T
is the any
type.
definition: 0 extends (1 & T) ? true : false
import { type IsAny } from "https://deno.land/std@0.159.0/_util/assert_type.ts";
Checks if type T
is the any
type.