Search
Preparing search index...
The search index is not available
liquidjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"cache/lru"
Node
Class Node<T>
Type parameters
T
Hierarchy
Node
Index
Constructors
constructor
Properties
key
next
prev
value
Constructors
constructor
new
Node
(
key
:
string
, value
:
T
, next
:
Node
<
T
>
, prev
:
Node
<
T
>
)
:
Node
Parameters
key:
string
value:
T
next:
Node
<
T
>
prev:
Node
<
T
>
Returns
Node
Properties
key
key
:
string
next
next
:
Node
<
T
>
prev
prev
:
Node
<
T
>
value
value
:
T
Globals
"cache/lru"
LRU
Node
constructor
key
next
prev
value
Generated using
TypeDoc