Skip to content

Commit

Permalink
added module declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
peeveen committed Jul 23, 2023
1 parent 5075e0a commit 83e5ec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aedes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ export * from './types/instance'
export * from './types/packet'
export * from './types/client'
export default Aedes

declare module "aedes" {
export = Aedes
}

0 comments on commit 83e5ec6

Please sign in to comment.