mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-05-12 19:57:24 +00:00
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
import debug from "debug";
|
|
export const logger = debug('libp2p:noise');
|