We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b384584 + 0b02d7c commit a3b5ba8Copy full SHA for a3b5ba8
debug.js
@@ -6,7 +6,7 @@
6
* Expose `debug()` as the module.
7
*/
8
9
-exports = module.exports = debug;
+exports = module.exports = debug.debug = debug;
10
exports.coerce = coerce;
11
exports.disable = disable;
12
exports.enable = enable;
0 commit comments