TS-Scribe - v0.6.2
    Preparing search index...

    Type Alias Mandatory<Value>

    Mandatory: Exclude<Value, Nullish>

    Excludes nullish values (null and undefined) from a given type. This type is useful when you need to ensure a value is always defined (i.e., not null or undefined).

    Type Parameters

    • Value

      The type from which null and undefined are excluded.