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 5de13d4 commit dc78ce3Copy full SHA for dc78ce3
src/index.js
@@ -17,6 +17,8 @@
17
* @returns {*} Anything that will be the object entry value
18
*/
19
20
+const debug = require("debug")("array-to-object-keys")
21
+
22
const emptyReturn = {}
23
24
/**
0 commit comments