GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

PickPresent

API/Type Aliases/PickPresent
seyfert/lib/common/types/util.d.ts

Signature

export type PickPresent<T, K extends keyof T> = Omit<T, K> & {    [P in K]-?: NonNullish<T[P]>;};

Members

This export does not declare public properties or methods in the generated declaration file.