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

x/ts_essentials/lib/mod.ts>StrictExtract

All basic TypeScript types in one place 🤙
Latest
type alias StrictExtract
import { type StrictExtract } from "https://deno.land/x/ts_essentials@v9.1.2/lib/mod.ts";

Similar to the builtin Extract, but checks the filter strictly

Type Parameters

T
U extends Partial<T>
definition: Extract<T, U>