@eoussama/core
    Preparing search index...

    Type Alias TUnsafe<T>

    TUnsafe: TNullable<T> | undefined

    Type Parameters

    • T

      The type to make unsafe

    Unsafe type The type infers the value as nullable or undefined

    The unsafe type