@tsdotnet/linked-node-list - v1.4.2
    Preparing search index...

    Interface NodeWithValue<TValue>

    interface NodeWithValue<TValue> {
        value: TValue;
    }

    Type Parameters

    • TValue

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    value: TValue