UNPKG

@adminium/ui

Version:

Arco Design React UI Library.

11 lines (10 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function warning(condition, message) { if (process.env.NODE_ENV !== 'production' && console) { if (condition) { console.error("[@adminium/ui]: " + message); } } } exports.default = warning;