GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

IsStrictlyUndefined

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

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.