Files
med-notes/.pnpm-store/v10/files/c3/687ae84bff93f166645f9a1fa5818f8ac82eddc15a0a0bc801731dff4f081d4651616d09ef156bc79171f29bfbaf1ed235892ee9ec2fc3946ba2a6be5d9a5d
2025-05-09 05:30:08 +02:00

28 lines
595 B
Plaintext

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.warning = factory());
}(this, function () { 'use strict';
function warning(condition, message) {
{
if (condition) {
return;
}
var text = "Warning: " + message;
if (typeof console !== 'undefined') {
console.warn(text);
}
try {
throw Error(text);
} catch (x) {}
}
}
return warning;
}));