Type to check
Checks if T is undefined
undefined
type Result = IsUndefined<undefined>// ^? type Result = true Copy
type Result = IsUndefined<undefined>// ^? type Result = true
Generated using TypeDoc
Type to check