mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 23:03:07 +00:00
* setup a custom Logger with log level support * refactor codebase for to use new Logger with log levels * disallow usage of `debug` directly / only allow usage in/through custom Logger * remove `debug` from logger
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
export * from "./common/index.js";
|
|
export { Logger } from "./logger/index.js";
|