@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) • 650 B
TypeScript
export { GetChalkReturn, getChalk } from './chalk.js';
export { FormatLogMessageOptions, formatLogMessage, getLogFn, getStopwatch, writeDebug, writeError, writeFatal, writeInfo, writeSuccess, writeSystem, writeTrace, writeWarning } from './console.js';
export { CONSOLE_ICONS } from './console-icons.js';
export { createLogger } from './create-logger.js';
export { formatTimestamp } from './format-timestamp.js';
export { getLogLevel, getLogLevelLabel, isVerbose } from './get-log-level.js';
export { isUnicodeSupported } from './is-unicode-supported.js';
import '@storm-software/config';
import '../types.js';
import '@storm-software/config/types';