UNPKG

ts-essentials

Version:

All essential TypeScript types in one place

3 lines (2 loc) 152 B
import { PickProperties } from "../pick-properties"; export declare type PickKeys<Type, Value> = Exclude<keyof PickProperties<Type, Value>, undefined>;