AuxIsStrictlyUndefined
Signature
export type AuxIsStrictlyUndefined<T> = T extends undefined | null | never | void ? true : false;Members
This export does not declare public properties or methods in the generated declaration file.
export type AuxIsStrictlyUndefined<T> = T extends undefined | null | never | void ? true : false;This export does not declare public properties or methods in the generated declaration file.