mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-26 15:52:22 +00:00
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
|
import debug from "debug";
|
||
|
export const logger = debug('libp2p:noise');
|