@storm-software/config-tools
Version:
⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.
11 lines (10 loc) • 658 B
text/typescript
export { GetChalkReturn, getChalk } from './chalk.cjs';
export { FormatLogMessageOptions, formatLogMessage, getLogFn, getStopwatch, writeDebug, writeError, writeFatal, writeInfo, writeSuccess, writeSystem, writeTrace, writeWarning } from './console.cjs';
export { CONSOLE_ICONS } from './console-icons.cjs';
export { createLogger } from './create-logger.cjs';
export { formatTimestamp } from './format-timestamp.cjs';
export { getLogLevel, getLogLevelLabel, isVerbose } from './get-log-level.cjs';
export { isUnicodeSupported } from './is-unicode-supported.cjs';
import '@storm-software/config';
import '../types.cjs';
import '@storm-software/config/types';