UNPKG

milligrami

Version:
9 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const warn = (...args) => { if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test") { console.warn(args); } }; exports.default = warn; //# sourceMappingURL=warn.js.map