type-plus
    Preparing search index...

    Type Alias $Options

    Options to specifically handles the never type.

    type YourType<T, $Options extends $Never.$Options> = ...
    
    type $Options = {
        $never?: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    $never?: unknown