Skip to content

Commit

Permalink
Fix type error in index.d.ts (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnraro authored Nov 30, 2020
1 parent 9869da9 commit 7c5da1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ export type ServerFactory = (
broker: Aedes,
options: ServerFactoryOptions
) => Server;

export declare const createServer: ServerFactory;

0 comments on commit 7c5da1b

Please sign in to comment.