UNPKG

logoid

Version:

Comprehensive typescript logging library

6 lines (5 loc) 97 B
export interface Message { severity: string; message: string; timestamp: string; }