We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a2355 commit bfa6cbbCopy full SHA for bfa6cbb
example/static/index.ts
@@ -2,7 +2,7 @@ import Debug from '../../src/browser/index.js'
2
3
const debug = Debug()
4
5
-const debugTwo = Debug('aaa', { DEBUG: 'aaa' })
+const debugTwo = Debug('aaa')
6
7
debugTwo('debugging aaa')
8
0 commit comments