GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

AuxIsStrictlyUndefined

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

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.