Files
tryno10/app/code/node_modules/consola/src/reporters/index.js
T
2022-04-07 18:09:31 +05:30

6 lines
261 B
JavaScript

export { default as BasicReporter } from './basic'
export { default as BrowserReporter } from './browser'
export { default as FancyReporter } from './fancy'
export { default as JSONReporter } from './json'
export { default as WinstonReporter } from './winston'