Skip to content

Commit bfa6cbb

Browse files
committed
fix types
1 parent 70a2355 commit bfa6cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/static/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Debug from '../../src/browser/index.js'
22

33
const debug = Debug()
44

5-
const debugTwo = Debug('aaa', { DEBUG: 'aaa' })
5+
const debugTwo = Debug('aaa')
66

77
debugTwo('debugging aaa')
88

0 commit comments

Comments
 (0)