GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

NonNullish

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

Signature

export type NonNullish<T> = T extends null | undefined ? never : T;

Members

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