Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd authored Dec 6, 2023
1 parent 2fada58 commit 624263b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aedes.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Aedes, { AedesOptions } from './types/instance'

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

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

export { default } from './types/instance';
export { default } from './types/instance'

0 comments on commit 624263b

Please sign in to comment.