Skip to content

Commit e062bbd

Browse files
committed
fix: export all types
1 parent 4d73b67 commit e062bbd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/browser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,4 @@ createDebug.formatters.j = function (v) {
215215
}
216216

217217
export default createDebug
218+
export type * from './types.ts'

src/node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ createDebug.formatters.O = function (v) {
149149
}
150150

151151
export default createDebug
152+
export type * from './types.ts'

0 commit comments

Comments
 (0)