UNPKG

advanced-logger

Version:

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

7 lines (6 loc) 111 B
export default interface ILogMetaConfig { index: { _index: string; _type: string; }; }