-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow access to UPnP client from types (#2449)
Exports types to access the upnp-nat client. This is the smallest change to access the openPorts map. ``` console.log(libp2p.services.upnp.client.openPorts) ``` --------- Co-authored-by: Michael Cole <gitlab@michaelcole.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
- Loading branch information
1 parent
4bd8e4f
commit f6fe2cc
Showing
3 changed files
with
25 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters