wix-style-react
Version:
wix-style-react
9 lines (8 loc) • 362 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var LOG_PREFIX = "Wix-Style-React: [WARNING] ";
var deprecationTestkitLog = () => {};
deprecationTestkitLog = msg => console.warn("".concat(LOG_PREFIX).concat(msg)); // eslint-disable-line
var _default = exports.default = deprecationTestkitLog;
//# sourceMappingURL=deprecationTestkitLog.js.map