Skip to content

Commit

Permalink
fix: export interface
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 8, 2024
1 parent fee962f commit 0643ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-protocol/src/upgrader.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Connection, MultiaddrConnection, Upgrader } from '@libp2p/interface'

interface OnConnection {
export interface OnConnection {
(conn: MultiaddrConnection): void
}

Expand Down

0 comments on commit 0643ac9

Please sign in to comment.