UNPKG

advanced-logger

Version:

Advanced logger module extendable with plugins. Works in nodejs and browsers

9 lines (8 loc) 263 B
declare const _default: { getLogIdByFields<T>(log: T, fields: string[]): string; /** * It is necessary to convert objects safely, otherwise we can lost the whole log bundle */ tryJSONStringify<T>(obj: T): string; }; export default _default;