ChainSafe/js-libp2p-noise

Usage example doesn't work because `Noise` class isn't exported

TimDaub opened this issue · 0 comments

https://github.com/ChainSafe/js-libp2p-noise#usage

import {Noise} from "@chainsafe/libp2p-noise"

but this class isn't imported by index.ts:

import { Noise } from './noise.js'