ChainSafe / discv5

A Typescript implementation of the Discv5 protocol
Apache License 2.0
28 stars 15 forks source link

feat: Add `util` to package exports #256

Closed acolytec3 closed 1 year ago

acolytec3 commented 1 year ago

Fixes #255

Adds a util export to the package.json exports map and also includes the ip.js utilities so that external transport layers that implement the ITransport layer interface can use the IP utility methods to properly implement getContactableAddr