GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

MakePresent

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

Signature

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

Members

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