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

x/ts_essentials/lib/mod.ts>Exact

All basic TypeScript types in one place 🤙
Latest
type alias Exact
Re-export
import { type Exact } from "https://deno.land/x/ts_essentials@v9.1.2/lib/mod.ts";
definition: T extends SHAPE ? (Exclude<keyof T, keyof SHAPE> extends never ? T : never) : never