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

x/ts_essentials/lib/types.ts>PickProperties

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

Pick all properties of given type in object type

definition: Pick<T, PickKeysByValue<T, P>>