type alias IsAnyimport { type IsAny } from "https://dotland.deno.dev/std@0.181.0/testing/types.ts"; Checks if type T is the any type. Type ParametersTdefinition: 0 extends (1 & T) ? true : false