Skip to content

Commit

Permalink
chore(types): include types/packet in aedes.d.ts (#616)
Browse files Browse the repository at this point in the history
missing the "export * from './types/packet"  in order to have packet types available (typescript)
  • Loading branch information
r3na authored Apr 19, 2021
1 parent d52d5fc commit 7ac0234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aedes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export declare function aedes (options?: AedesOptions): Aedes
export declare function Server (options?: AedesOptions): Aedes

export * from './types/instance'
export * from './types/packet'
export * from './types/client'
export default aedes

0 comments on commit 7ac0234

Please sign in to comment.