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