Package Exports
- peer-info
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (peer-info) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
peer-info JavaScript implementation
](https://travis-ci.org/diasdavid/js-peer-info)
Peer Info contains information about a peer Id and its multiaddrs. This module is used by IPFS and libp2p.
Usage
In Node.js through npm
> npm install --save peer-info
const PeerInfo = require('peer-info')