type alias IsExactimport { type IsExact } from "https://dotland.deno.dev/std@0.181.0/testing/types.ts"; Checks if type T exactly matches type U. Type ParametersTUdefinition: TupleMatches<AnyToBrand<T>, AnyToBrand<U>> extends true ? TupleMatches<DeepPrepareIsExact<T>, DeepPrepareIsExact<U>> extends true ? true : false : false