UNPKG

@kyve/core

Version:

🚀 The base KYVE node implementation.

4 lines (3 loc) • 116 B
import { Node } from ".."; import { Logger } from "tslog"; export declare function setupLogger(this: Node): Logger;