UNPKG

debugnyan

Version:

A logging library that combines the simplicity and convenience of debug with the power of bunyan

10 lines (7 loc) 240 B
import Logger from 'bunyan'; declare function debugnyan(name: string, options?: Partial<Logger.LoggerOptions>, { prefix, simple, suffix }?: { prefix?: string; simple?: boolean; suffix?: string; }): Logger; export = debugnyan;