import { type IsAny } from "https://deno.land/std@0.196.0/testing/types.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.196.0/testing/types.ts";
Checks if type T
is the any
type.