UNPKG

@storm-software/config-tools

Version:

A package containing various utilities to support custom workspace configurations and environment management for Storm Software projects, including configuration file handling, environment variable management, and logging utilities.

9 lines (6 loc) 176 B
import { LogLevelLabel } from '../types.cjs'; import '@storm-software/config'; declare const CONSOLE_ICONS: { [k in LogLevelLabel]?: string; }; export { CONSOLE_ICONS };