UNPKG

create-lbgcli

Version:

前端脚手架模板

8 lines (6 loc) 246 B
export { default as Consola } from './consola' export { default as Types } from './types' export { LogLevel } from './logLevels' export { isLogObj } from './utils' export { assignGlobalConsola } from './utils/global' export * from './reporters'