Skip to content

Commit

Permalink
Provide an explicit export for createBroker.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd authored Nov 27, 2023
1 parent bcc5497 commit 71708f2
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
@@ -1,3 +1,7 @@
import Aedes, { AedesOptions } from './types/instance'

export declare function createBroker(options?: AedesOptions): Aedes;

export * from './types/instance';
export * from './types/packet';
export * from './types/client';
Expand Down

0 comments on commit 71708f2

Please sign in to comment.