We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e9dde commit b1097e4Copy full SHA for b1097e4
lib/node_modules/@stdlib/array/base/group-indices/package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "@stdlib/array/base/group-values",
+ "name": "@stdlib/array/base/group-indices",
3
"version": "0.0.0",
4
- "description": "Group elements as arrays associated with distinct keys.",
+ "description": "Group element indices as arrays associated with distinct keys.",
5
"license": "Apache-2.0",
6
"author": {
7
"name": "The Stdlib Authors",
@@ -62,6 +62,7 @@
62
"aggregate",
63
"summarize",
64
"partition",
65
- "split"
+ "split",
66
+ "indices"
67
]
68
}
0 commit comments