UNPKG

better-logging

Version:

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

10 lines (9 loc) 232 B
import { Color } from '../types/color'; export interface FormattingContext { msg: string; time: string; type: string; date: string; unix: string; STAMP: (content: string | number, color?: Color) => string; }