UNPKG

style-dictionary

Version:

Style once, use everywhere. A build system for creating cross-platform styles.

6 lines (5 loc) 172 B
export const logWarningLevels = { warn: /** @type {'warn'} */ ('warn'), error: /** @type {'error'} */ ('error'), disabled: /** @type {'disabled'} */ ('disabled'), };