Closed vogdb closed 1 year ago
Hi! Currently I'm looking at README.md and have some notes:
@multiformats/multiaddr
multiaddr
npm i multiaddr
v10.1.0
import
require('@multiformats/multiaddr')
exports
I would like to create a PR to fix the above if you can confirm it.
This appears to be fixed, please do open a PR if you spot anything else that is wrong.
Hi! Currently I'm looking at README.md and have some notes:
@multiformats/multiaddr
but in READMEmultiaddr
is used. An example:npm i multiaddr
in "Install" sectionv10.1.0
the package can only be loaded viaimport
.require('@multiformats/multiaddr')
will throw as there is noexports
for it.I would like to create a PR to fix the above if you can confirm it.