File tree 2 files changed +24
-1
lines changed
packages/interface-internal
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
> Interfaces implemented by internal libp2p components
9
9
10
+ # About
11
+
12
+ <!--
13
+
14
+ !IMPORTANT!
15
+
16
+ Everything in this README between "# About" and "# Install" is automatically
17
+ generated and will be overwritten the next time the doc generator is run.
18
+
19
+ To make changes to this section, please update the @packageDocumentation section
20
+ of src/index.js or src/index.ts
21
+
22
+ To experiment with formatting, please run "npm run docs" from the root of this
23
+ repo and examine the changes made.
24
+
25
+ -->
26
+
27
+ This module serves as the entry point for ` @libp2p/interface-internal ` ,
28
+ exporting key components such as ` AddressManager ` , ` ConnectionManager ` ,
29
+ ` RandomWalk ` , ` Registrar ` , and ` TransportManager ` .
30
+
31
+ These interfaces and classes define the core internal behaviors of libp2p.
32
+
10
33
# Install
11
34
12
35
``` console
Original file line number Diff line number Diff line change 2
2
* @packageDocumentation
3
3
*
4
4
* This module serves as the entry point for `@libp2p/interface-internal`,
5
- * re- exporting key components such as `AddressManager`, `ConnectionManager`,
5
+ * exporting key components such as `AddressManager`, `ConnectionManager`,
6
6
* `RandomWalk`, `Registrar`, and `TransportManager`.
7
7
*
8
8
* These interfaces and classes define the core internal behaviors of libp2p.
You can’t perform that action at this time.
0 commit comments