NonNullish
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.
export type NonNullish<T> = T extends null | undefined ? never : T;This export does not declare public properties or methods in the generated declaration file.