UNPKG

better-logging

Version:

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

3 lines (2 loc) 115 B
import { LogFunctionMap } from '../interfaces/logFunctionMap'; export declare type LogType = keyof LogFunctionMap;