UNPKG

better-logging

Version:

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

4 lines (3 loc) 190 B
import { Config } from './config'; import { LogType } from './types/logType'; export declare const formatMessage: (logType: LogType, config: Config, args: unknown[]) => [string, unknown[]];