doublylinked
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -12,5 +12,7 @@ /// <reference lib="es2015.symbol" /> | ||
readonly next?: Node; | ||
} | ||
remove(): void; | ||
} | ||
} | ||
export default class DoublyLinked<T = any> { | ||
@@ -17,0 +19,0 @@ constructor(...element: T[]); |
{ | ||
"name": "doublylinked", | ||
"description": "Doubly linked list implementation for JavaScript with iterator and array-like interface", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
38663
692