es-stl - v3.0.2
    Preparing search index...

    Type Alias Nullable<T>

    Nullable: T | null

    Value that may be null.

    Type Parameters

    • T

      Non-null value type.

    const currentUser: Nullable<{ name: string }> = null;