Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ts_essentials/lib/types.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/types.ts";

Similar to the builtin Extract, but checks the filter strictly

Type Parameters

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