@extra-array/get.min
Advanced tools
+3
-3
| /** | ||
| * Gets true index to array (+ve). | ||
| * Gets absolute index within array. | ||
| * @param {Array} x an array | ||
| * @param {number} i index (+ve, -ve) | ||
| * @returns {number} +ve index | ||
| * @param {number} i index (+ve/-ve) | ||
| * @returns {number} index | ||
| */ | ||
@@ -7,0 +7,0 @@ function index(x, i) { |
+1
-1
| { | ||
| "name": "@extra-array/get.min", | ||
| "version": "2.3.6", | ||
| "version": "2.3.7", | ||
| "description": "Gets value at index (+ve, -ve).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3835
-0.08%