type-plus
    Preparing search index...

    Type Alias $Options

    Options to specifically handles the any type.

    type YourType<T, $Options extends $Any.$Options> = ...
    
    type $Options = {
        $any?: unknown;
    }
    Index

    Properties

    Properties

    $any?: unknown