libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.26k stars 436 forks source link

fix: allow custom services to depend on each other #2588

Closed achingbrain closed 3 weeks ago

achingbrain commented 3 weeks ago

Derive the type of the components arg from a union of the internal components plus the service map type.

Change checklist