webshrine / stdtyp/src / NonUndefined
Type Alias: NonUndefined<A>
NonUndefined<
A
>:A
extendsundefined
?never
:A
NonUndefined
Type Parameters
• A
Desc
Exclude undefined from set A
Example
ts
// Expect: "string | null"
SymmetricDifference<string | null | undefined>;
Defined in
node_modules/.pnpm/utility-types@3.11.0/node_modules/utility-types/dist/mapped-types.d.ts:51