@bodil/core - v0.4.1
    Preparing search index...

    Type Alias Present<T>

    Present: T extends undefined ? never : T

    Constructs a type by excluding undefined from T.

    This is like NonNullable but it only removes undefined, not null.

    Type Parameters

    • T