We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe2a18 commit 88b5c29Copy full SHA for 88b5c29
packages/libp2p/src/registrar.ts
@@ -1,8 +1,8 @@
1
import { InvalidParametersError } from '@libp2p/interface'
2
import merge from 'merge-options'
3
import * as errorsJs from './errors.js'
4
-import type { IdentifyResult, Libp2pEvents, Logger, PeerUpdate, TypedEventTarget, PeerId, PeerStore, Topology, StreamHandlerRecord, StreamHandlerOptions } from '@libp2p/interface'
5
-import type { Registrar as RegistrarInterface, StreamHandler } from '@libp2p/interface-internal'
+import type { IdentifyResult, Libp2pEvents, Logger, PeerUpdate, TypedEventTarget, PeerId, PeerStore, Topology, StreamHandler, StreamHandlerRecord, StreamHandlerOptions } from '@libp2p/interface'
+import type { Registrar as RegistrarInterface } from '@libp2p/interface-internal'
6
import type { ComponentLogger } from '@libp2p/logger'
7
8
export const DEFAULT_MAX_INBOUND_STREAMS = 32
0 commit comments