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

x/ts_essentials/lib/mod.ts>PickKeys

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

Gets keys of properties of given type in object type

definition: Exclude<keyof PickProperties<T, P>, undefined>