@extra-array/get.min
Advanced tools
+81
-36
| { | ||
| "name": "@extra-array/get.min", | ||
| "version": "2.2.9", | ||
| "version": "2.2.10", | ||
| "description": "Gets value at index (+ve, -ve).", | ||
@@ -12,45 +12,90 @@ "main": "index.js", | ||
| "array", | ||
| "is", | ||
| "bsearch", | ||
| "bsearchAny", | ||
| "bsearchClosest", | ||
| "bsearchRight", | ||
| "chunk", | ||
| "compare", | ||
| "concat$", | ||
| "copy$", | ||
| "copy", | ||
| "copyWithin", | ||
| "count", | ||
| "countAllOn", | ||
| "countOn", | ||
| "cut", | ||
| "cutRight", | ||
| "difference", | ||
| "differenceOn", | ||
| "fill", | ||
| "filter$", | ||
| "findIndices", | ||
| "findRight", | ||
| "flatten", | ||
| "get", | ||
| "getAll", | ||
| "getLerp", | ||
| "group", | ||
| "groupOn", | ||
| "head", | ||
| "tail", | ||
| "index", | ||
| "infixes", | ||
| "init", | ||
| "intersection", | ||
| "intersectionOn", | ||
| "is", | ||
| "isDisjoint", | ||
| "isDisjointOn", | ||
| "isEqual", | ||
| "isInfix", | ||
| "isInfixOn", | ||
| "isPermutation", | ||
| "isPermutationOn", | ||
| "isPrefix", | ||
| "isPrefixOn", | ||
| "isSubsequence", | ||
| "isSubsequenceOn", | ||
| "isSuffix", | ||
| "isSuffixOn", | ||
| "last", | ||
| "get", | ||
| "set", | ||
| "swap", | ||
| "compare", | ||
| "isEqual", | ||
| "range", | ||
| "linspace", | ||
| "map$", | ||
| "partition", | ||
| "partitionOn", | ||
| "permutations", | ||
| "pop", | ||
| "prefixes", | ||
| "push", | ||
| "pop", | ||
| "range", | ||
| "repeat", | ||
| "reverse", | ||
| "rotate$", | ||
| "rotate", | ||
| "search", | ||
| "searchAll", | ||
| "searchRight", | ||
| "set$", | ||
| "set", | ||
| "shift", | ||
| "unshift", | ||
| "copy", | ||
| "rotate", | ||
| "slice", | ||
| "filter", | ||
| "map", | ||
| "concat", | ||
| "reverse", | ||
| "chunk", | ||
| "zip", | ||
| "shuffle$", | ||
| "shuffle", | ||
| "slice$", | ||
| "sort", | ||
| "sortOn$", | ||
| "sortOn", | ||
| "splice", | ||
| "insert", | ||
| "repeat", | ||
| "bsearch", | ||
| "bsearchc", | ||
| "bsearchl", | ||
| "bsearchr", | ||
| "sort", | ||
| "prefixes", | ||
| "infixes", | ||
| "split", | ||
| "subsequences", | ||
| "suffixes", | ||
| "subsequences", | ||
| "permutations", | ||
| "isPrefix", | ||
| "isInfix", | ||
| "isSuffix", | ||
| "isSubsequence", | ||
| "isPermutation" | ||
| "swap$", | ||
| "swap", | ||
| "tail", | ||
| "union$", | ||
| "union", | ||
| "unionOn$", | ||
| "unionOn", | ||
| "unique", | ||
| "uniqueOn", | ||
| "unshift", | ||
| "zip" | ||
| ], | ||
@@ -57,0 +102,0 @@ "author": "wolfram77@gmail.com", |
3839
24.04%