@tsdotnet/linked-node-list
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -147,5 +147,6 @@ /* | ||
/** | ||
* Gets the index of a particular node. | ||
* Iterates the list returns the node at the index requested. | ||
* Returns undefined if the index is out of range. | ||
* @param index | ||
* @returns The node requested or undefined. | ||
* @returns The node at the index requested or undefined. | ||
*/ | ||
@@ -152,0 +153,0 @@ getNodeAt(index) { |
@@ -75,5 +75,6 @@ import { ArrayLikeWritable, PredicateWithIndex } from '@tsdotnet/common-interfaces'; | ||
/** | ||
* Gets the index of a particular node. | ||
* Iterates the list returns the node at the index requested. | ||
* Returns undefined if the index is out of range. | ||
* @param index | ||
* @returns The node requested or undefined. | ||
* @returns The node at the index requested or undefined. | ||
*/ | ||
@@ -80,0 +81,0 @@ getNodeAt(index: number): TNode | undefined; |
@@ -150,5 +150,6 @@ "use strict"; | ||
/** | ||
* Gets the index of a particular node. | ||
* Iterates the list returns the node at the index requested. | ||
* Returns undefined if the index is out of range. | ||
* @param index | ||
* @returns The node requested or undefined. | ||
* @returns The node at the index requested or undefined. | ||
*/ | ||
@@ -155,0 +156,0 @@ getNodeAt(index) { |
{ | ||
"name": "@tsdotnet/linked-node-list", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "An unprotected bi-directional linked list. Useful for implementing other collections.", | ||
@@ -5,0 +5,0 @@ "author": "electricessence", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48928
930