UNPKG

@lsk4/log

Version:

Yet another logger whitch combines the best features of debug, bunyan, logfmt/logrus, morgan/winston

7 lines (4 loc) 123 B
import { ILogger } from './types.js'; import '@lsk4/colors'; declare const log: ILogger; export { log as default, log };