UNPKG

@lsk4/log

Version:

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

7 lines (5 loc) 141 B
/** * NOTE: copied from @lskjs utils */ declare const hashCode: (s: string | number) => number; export { hashCode as default, hashCode };