UNPKG

@storm-software/config-tools

Version:

⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

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 };