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

    Type Alias NonNullish

    NonNullish: NonNullable<unknown>

    Type that allows assignment of any value except for nullish values (null or undefined). It ensures that only non-nullish values can be assigned.