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 c7f974e commit 7b378c0Copy full SHA for 7b378c0
.gitignore
@@ -19,6 +19,7 @@
19
20
# Generated or temporary content
21
/dist/
22
+/dist-jsdoc/
23
24
# IDEs
25
/.vscode/
src/index.js
@@ -1,3 +1,5 @@
1
+/** @module array-to-object-keys */
2
+
3
/**
4
* Converts an array to an object with static keys and customizable values
5
* @example
webpack.config.babel.js
@@ -6,6 +6,7 @@ export default webpackConfigJaid({
6
"license.*",
7
"readme.md",
8
],
9
+ documentation: true,
10
publishimo: {
11
publishimoOptions: {
12
fetchGithub: true,
0 commit comments