UNPKG

mokka

Version:

Mokka Consensus Algorithm implementation in Javascript

6 lines (5 loc) 135 B
export interface ILoggerInterface { info(text: string): void; trace(text: string): void; error(text: string): void; }