UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

13 lines (12 loc) 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.warnOnce = warnOnce; const didWarn = new Map(); function warnOnce(msg) { if (!msg || didWarn.has(msg) || process.env.NODE_ENV === 'production') { return; } console.error(msg); didWarn.set(msg, true); } //# sourceMappingURL=warn.js.map