UNPKG

@lsk4/log

Version:

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

5 lines (3 loc) 172 B
declare const getErrCode: (args: any[]) => string | null; declare const createMsg: (args: any[]) => string | null; export { createMsg, createMsg as default, getErrCode };