We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1fb13 commit aa1e483Copy full SHA for aa1e483
package.json
@@ -33,5 +33,6 @@
33
"test:debug": "DEBUG=\"$DEBUG,$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
34
"prepareActionJest": "npm run build:prod"
35
},
36
- "name": "array-to-object-keys"
+ "name": "array-to-object-keys",
37
+ "description": "Converts an array to an object where the keys are the array entries and the values are customizable in a function."
38
}
0 commit comments