Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/arktype/utils/generics.ts>equals

TypeScript's 1:1 validator, optimized from editor to runtime
Latest
type alias equals
import { type equals } from "https://deno.land/x/arktype@v1.0.10-alpha/utils/generics.ts";

Check for type equality without breaking TS for this repo. Fails on some types like Dict/{}

definition: identity<t> extends identity<u> ? true : false