UNPKG

advanced-logger

Version:

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

5 lines (4 loc) 136 B
import ITransformation from "../ITransformation"; export default interface ILogStoreConfig { transformations?: ITransformation[]; }