UNPKG

better-logging

Version:

better-logging is a drop in replacement for the default logging methods of node.js

12 lines (11 loc) 272 B
import { Color } from '../types/color'; export interface Theme { readonly base: Color; readonly type: { readonly debug: Color; readonly info: Color; readonly log: Color; readonly error: Color; readonly warn: Color; }; }