UNPKG

pandoras-box

Version:

A small and simple stress testing tool for Ethereum-compatible blockchain networks

9 lines (8 loc) 223 B
declare class Logger { static info(s: string): void; static title(s: string): void; static warn(s: string): void; static success(s: string): void; static error(s: string): void; } export default Logger;